Html Css Color HEX #79A012 Christi

📋 copy color: '#79A012'

red 121 ◦ green 160 ◦ blue 18

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

Shades of Christi #79A012

Tints of Christi #79A012

RGB

 RED value IS 121 (47.66% from 255) = 40.47%

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

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

R = 40.47%
G = 53.51%
B = 6.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#79A012 (or 0x79A012) is known color: Christi. HEX triplet: 79, A0 and 12. RGB value is (121,160,18). Sum of RGB (Red+Green+Blue) = 121+160+18=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #79A012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A012 is #865FED. Grayscale: #848484. Windows color (decimal): -8806382 or 1220729. OLE color: 1220729.

HSL color Cylindrical-coordinate representation of color #79A012: hue angle of 76.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79A012 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 160 18 -
CMYK 0.24 0 0.89 0.37
HSL 76.48º 0.8% 0.35% -
HSV(B) 76.48º 0.89% 0.63% -
XYZ 20.57 29.25 5.13 -
YUV 132.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 121 160 18 0.24 0 0.89 0.37 76.48 0.8 0.35
Hex 79 A0 12 18 0 59 25 4C 50 23
Octal 171 240 22 30 0 131 45 114 120 43
Binary 1111001 10100000 10010 11000 0 1011001 100101 1001100 1010000 100011

Color Harmonies of #79A012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A012

Black with #79A012

Text Example


Text Example

White with #79A012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A012; }

 p { color: rgb(121,160,18); }

 H1.HeaderClassName
 {
   color: #79A012;
 }
 .AnyTagClassName
 {
   color: #79A012;
 }
</style>

background-color css

<style>
 a { background-color: #79A012; }

 a { background-color: rgb(121,160,18); }

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

border-color css

<style>
 span { border-color: #79A012; }

 span { border-color: rgb(121,160,18); }

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