#77A215

Color #77A215 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #77A215

Tints of Christi #77A215

Color information

#77A215 (or 0x77A215) is unknown color: approx Christi. HEX triplet: 77, A2 and 15. RGB value is (119,162,21). Sum of RGB (Red+Green+Blue) = 119+162+21=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #77A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A215 is #885DEA. Grayscale: #858585. Windows color (decimal): -8936939 or 1417847. OLE color: 1417847.

HSL color Cylindrical-coordinate representation of color #77A215: hue angle of 78.3º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77A215 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB11916221-
CMYK0.2700.870.36
HSL78.3º77.05%35.88%-
HSV(B)78.3º87.04%63.53%-
XYZ20.6629.825.38-
YUV133.0764.75117.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=39.40%
G=53.64%
B=6.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119162210.2700.870.3678.377.0535.88
Hex77A2151B057244e4d24
Octal167242253301274411611544
Binary11101111010001010101110110101011110010010011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A215; }

 p { color: rgb(119,162,21); }

 H1.HeaderClassName
 {
   color: #77A215;
 }
 .AnyTagClassName
 {
   color: #77A215;
 }
</style>
background-color css

<style>
 a { background-color: #77A215; }

 a { background-color: rgb(119,162,21); }

 div.DivClassName
 {
   background-color: #77A215;
 }
 .BgClassName
 {
   background-color: #77A215;
 }
</style>
border-color css

<style>
 span { border-color: #77A215; }

 span { border-color: rgb(119,162,21); }

 td.TdClassName
 {
   border-color: #77A215;
 }
 .TagClassName
 {
   border-color: #77A215;
 }
</style>