#79A50C

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

Shades of Christi #79A50C

Tints of Christi #79A50C

Color information

#79A50C (or 0x79A50C) is unknown color: approx Christi. HEX triplet: 79, A5 and 0C. RGB value is (121,165,12). Sum of RGB (Red+Green+Blue) = 121+165+12=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #79A50C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A50C is #865AF3. Grayscale: #868686. Windows color (decimal): -8805108 or 828793. OLE color: 828793.

HSL color Cylindrical-coordinate representation of color #79A50C: hue angle of 77.25º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79A50C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB12116512-
CMYK0.2700.930.35
HSL77.25º86.44%34.71%-
HSV(B)77.25º92.73%64.71%-
XYZ21.41315.2-
YUV134.458.92118.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 165 (64.84% from 255) = 55.37%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=40.60%
G=55.37%
B=4.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121165120.2700.930.3577.2586.4434.71
Hex79A5C1B05D234d5623
Octal171245143301354311512643
Binary1111001101001011100110110101110110001110011011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,165,12); }

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

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

 a { background-color: rgb(121,165,12); }

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

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

 span { border-color: rgb(121,165,12); }

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