#79AD0A

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

Shades of Christi #79AD0A

Tints of Christi #79AD0A

Color information

#79AD0A (or 0x79AD0A) is unknown color: approx Christi. HEX triplet: 79, AD and 0A. RGB value is (121,173,10). Sum of RGB (Red+Green+Blue) = 121+173+10=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #79AD0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79AD0A is #8652F5. Grayscale: #8B8B8B. Windows color (decimal): -8803062 or 699769. OLE color: 699769.

HSL color Cylindrical-coordinate representation of color #79AD0A: hue angle of 79.14º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79AD0A is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB12117310-
CMYK0.3000.940.32
HSL79.14º89.07%35.88%-
HSV(B)79.14º94.22%67.84%-
XYZ22.8833.975.64-
YUV138.8755.27115.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 173 (67.97% from 255) = 56.91%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=39.80%
G=56.91%
B=3.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121173100.3000.940.3279.1489.0735.88
Hex79ADA1E05E204f5924
Octal171255123601364011713144
Binary1111001101011011010111100101111010000010011111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,173,10); }

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

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

 a { background-color: rgb(121,173,10); }

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

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

 span { border-color: rgb(121,173,10); }

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