#797005

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

Shades of Olive #797005

Tints of Olive #797005

Color information

#797005 (or 0x797005) is unknown color: approx Olive. HEX triplet: 79, 70 and 05. RGB value is (121,112,5). Sum of RGB (Red+Green+Blue) = 121+112+5=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #797005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797005 is #868FFA. Grayscale: #666666. Windows color (decimal): -8818683 or 356473. OLE color: 356473.

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

Color convert

RGB1211125-
CMYK00.070.960.53
HSL55.34º92.06%24.71%-
HSV(B)55.34º95.87%47.45%-
XYZ13.7115.662.44-
YUV102.4972.98141.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 2.10%
R=50.84%
G=47.06%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121112500.070.960.5355.3492.0624.71
Hex79705076035375c19
Octal171160507140656713431
Binary1111001111000010101111100000110101110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797005; }

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

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

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

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

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

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

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

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