#797016

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

Shades of Olivetone #797016

Tints of Olivetone #797016

Color information

#797016 (or 0x797016) is unknown color: approx Olivetone. HEX triplet: 79, 70 and 16. RGB value is (121,112,22). Sum of RGB (Red+Green+Blue) = 121+112+22=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #797016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797016 is #868FE9. Grayscale: #686868. Windows color (decimal): -8818666 or 1470585. OLE color: 1470585.

HSL color Cylindrical-coordinate representation of color #797016: hue angle of 54.55º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #797016 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB12111222-
CMYK00.070.820.53
HSL54.55º69.23%28.04%-
HSV(B)54.55º81.82%47.45%-
XYZ13.8215.713.06-
YUV104.4381.48139.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=47.45%
G=43.92%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211122200.070.820.5354.5569.2328.04
Hex79701607523537451c
Octal1711602607122656710534
Binary111100111100001011001111010010110101110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797016; }

 p { color: rgb(121,112,22); }

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

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

 a { background-color: rgb(121,112,22); }

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

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

 span { border-color: rgb(121,112,22); }

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