#79B00F

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

Shades of Christi #79B00F

Tints of Christi #79B00F

Color information

#79B00F (or 0x79B00F) is unknown color: approx Christi. HEX triplet: 79, B0 and 0F. RGB value is (121,176,15). Sum of RGB (Red+Green+Blue) = 121+176+15=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #79B00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79B00F is #864FF0. Grayscale: #8D8D8D. Windows color (decimal): -8802289 or 1028217. OLE color: 1028217.

HSL color Cylindrical-coordinate representation of color #79B00F: hue angle of 80.5º 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 #79B00F is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB12117615-
CMYK0.3100.910.31
HSL80.5º84.29%37.45%-
HSV(B)80.5º91.48%69.02%-
XYZ23.535.156-
YUV141.256.78113.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 176 (69.14% from 255) = 56.41%
BLUE value IS 15 (6.25% from 255) = 4.81%
R=38.78%
G=56.41%
B=4.81%

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
Decimal121176150.3100.910.3180.584.2937.45
Hex79B0F1F05B1F505425
Octal171260173701333712012445
Binary111100110110000111111111010110111111110100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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