Html Css Color HEX #77A019 Christi

📋 copy color: '#77A019'

red 119 ◦ green 160 ◦ blue 25

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

Shades of Christi #77A019

Tints of Christi #77A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.63%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 39.14%
G = 52.63%
B = 8.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#77A019 (or 0x77A019) is known color: Christi. HEX triplet: 77, A0 and 19. RGB value is (119,160,25). Sum of RGB (Red+Green+Blue) = 119+160+25=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #77A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A019 is #885FE6. Grayscale: #848484. Windows color (decimal): -8937447 or 1679479. OLE color: 1679479.

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

Color convert

RGB 119 160 25 -
CMYK 0.26 0 0.84 0.37
HSL 78.22º 0.73% 0.36% -
HSV(B) 78.22º 0.84% 0.63% -
XYZ 20.35 29.13 5.47 -
YUV 132.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 119 160 25 0.26 0 0.84 0.37 78.22 0.73 0.36
Hex 77 A0 19 1A 0 54 25 4E 49 24
Octal 167 240 31 32 0 124 45 116 111 44
Binary 1110111 10100000 11001 11010 0 1010100 100101 1001110 1001001 100100

Color Harmonies of #77A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A019

Black with #77A019

Text Example


Text Example

White with #77A019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,160,25); }

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

background-color css

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

 a { background-color: rgb(119,160,25); }

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

border-color css

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

 span { border-color: rgb(119,160,25); }

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