Html Css Color HEX #77A212 Christi

📋 copy color: '#77A212'

red 119 ◦ green 162 ◦ blue 18

#77A212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #77A212

Tints of Christi #77A212

RGB

 RED value IS 119 (46.88% from 255) = 39.8%

 GREEN value IS 162 (63.67% from 255) = 54.18%

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 39.8%
G = 54.18%
B = 6.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#77A212 (or 0x77A212) is known color: Christi. HEX triplet: 77, A2 and 12. RGB value is (119,162,18). Sum of RGB (Red+Green+Blue) = 119+162+18=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #77A212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A212 is #885DED. Grayscale: #858585. Windows color (decimal): -8936942 or 1221239. OLE color: 1221239.

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

Color convert

RGB 119 162 18 -
CMYK 0.27 0 0.89 0.36
HSL 77.92º 0.8% 0.35% -
HSV(B) 77.92º 0.89% 0.64% -
XYZ 20.64 29.81 5.24 -
YUV 132.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 119 162 18 0.27 0 0.89 0.36 77.92 0.8 0.35
Hex 77 A2 12 1B 0 59 24 4E 50 23
Octal 167 242 22 33 0 131 44 116 120 43
Binary 1110111 10100010 10010 11011 0 1011001 100100 1001110 1010000 100011

Color Harmonies of #77A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A212

Black with #77A212

Text Example


Text Example

White with #77A212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A212;
 }
 .AnyTagClassName
 {
   color: #77A212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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