Html Css Color HEX #77A118 Christi

📋 copy color: '#77A118'

red 119 ◦ green 161 ◦ blue 24

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

Shades of Christi #77A118

Tints of Christi #77A118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.96%

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 39.14%
G = 52.96%
B = 7.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#77A118 (or 0x77A118) is known color: Christi. HEX triplet: 77, A1 and 18. RGB value is (119,161,24). Sum of RGB (Red+Green+Blue) = 119+161+24=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #77A118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A118 is #885EE7. Grayscale: #858585. Windows color (decimal): -8937192 or 1614199. OLE color: 1614199.

HSL color Cylindrical-coordinate representation of color #77A118: hue angle of 78.39º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77A118 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 161 24 -
CMYK 0.26 0 0.85 0.37
HSL 78.39º 0.74% 0.36% -
HSV(B) 78.39º 0.85% 0.63% -
XYZ 20.52 29.48 5.47 -
YUV 132.82 66.59 118.14 -
System Red Green Blue C M Y K H S L
Decimal 119 161 24 0.26 0 0.85 0.37 78.39 0.74 0.36
Hex 77 A1 18 1A 0 55 25 4E 4A 24
Octal 167 241 30 32 0 125 45 116 112 44
Binary 1110111 10100001 11000 11010 0 1010101 100101 1001110 1001010 100100

Color Harmonies of #77A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A118

Black with #77A118

Text Example


Text Example

White with #77A118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,161,24); }

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

background-color css

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

 a { background-color: rgb(119,161,24); }

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

border-color css

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

 span { border-color: rgb(119,161,24); }

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