#797506

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

Shades of Olive #797506

Tints of Olive #797506

Color information

#797506 (or 0x797506) is unknown color: approx Olive. HEX triplet: 79, 75 and 06. RGB value is (121,117,6). Sum of RGB (Red+Green+Blue) = 121+117+6=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #797506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797506 is #868AF9. Grayscale: #696969. Windows color (decimal): -8817402 or 423289. OLE color: 423289.

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

Color convert

RGB1211176-
CMYK00.030.950.53
HSL57.91º90.55%24.9%-
HSV(B)57.91º95.04%47.45%-
XYZ14.2816.82.66-
YUV105.5471.83139.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 6 (2.73% from 255) = 2.46%
R=49.59%
G=47.95%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121117600.030.950.5357.9190.5524.9
Hex79756035F353a5b19
Octal171165603137657213331
Binary111100111101011100111011111110101111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797506; }

 p { color: rgb(121,117,6); }

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

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

 a { background-color: rgb(121,117,6); }

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

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

 span { border-color: rgb(121,117,6); }

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