#79AF0F

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

Shades of Christi #79AF0F

Tints of Christi #79AF0F

Color information

#79AF0F (or 0x79AF0F) is unknown color: approx Christi. HEX triplet: 79, AF and 0F. RGB value is (121,175,15). Sum of RGB (Red+Green+Blue) = 121+175+15=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79AF0F is #8650F0. Grayscale: #8D8D8D. Windows color (decimal): -8802545 or 1027961. OLE color: 1027961.

HSL color Cylindrical-coordinate representation of color #79AF0F: hue angle of 80.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79AF0F is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB12117515-
CMYK0.3100.910.31
HSL80.25º84.21%37.25%-
HSV(B)80.25º91.43%68.63%-
XYZ23.334.765.93-
YUV140.6157.11114.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.91%
GREEN value IS 175 (68.75% from 255) = 56.27%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=38.91%
G=56.27%
B=4.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121175150.3100.910.3180.2584.2137.25
Hex79AFF1F05B1F505425
Octal171257173701333712012445
Binary111100110101111111111111010110111111110100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,15); }

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

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

 a { background-color: rgb(121,175,15); }

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

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

 span { border-color: rgb(121,175,15); }

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