#797013

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

Shades of Olivetone #797013

Tints of Olivetone #797013

Color information

#797013 (or 0x797013) is unknown color: approx Olivetone. HEX triplet: 79, 70 and 13. RGB value is (121,112,19). Sum of RGB (Red+Green+Blue) = 121+112+19=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #797013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797013 is #868FEC. Grayscale: #686868. Windows color (decimal): -8818669 or 1273977. OLE color: 1273977.

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

Color convert

RGB12111219-
CMYK00.070.840.53
HSL54.71º72.86%27.45%-
HSV(B)54.71º84.3%47.45%-
XYZ13.815.72.92-
YUV104.0979.98140.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=48.02%
G=44.44%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211121900.070.840.5354.7172.8627.45
Hex79701307543537491b
Octal1711602307124656711133
Binary111100111100001001101111010100110101110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797013; }

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

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

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

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

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

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

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

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