#797805

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

Shades of Olive #797805

Tints of Olive #797805

Color information

#797805 (or 0x797805) is unknown color: approx Olive. HEX triplet: 79, 78 and 05. RGB value is (121,120,5). Sum of RGB (Red+Green+Blue) = 121+120+5=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #797805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797805 is #8687FA. Grayscale: #6B6B6B. Windows color (decimal): -8816635 or 358521. OLE color: 358521.

HSL color Cylindrical-coordinate representation of color #797805: hue angle of 59.48º 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 #797805 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB1211205-
CMYK00.010.960.53
HSL59.48º92.06%24.71%-
HSV(B)59.48º95.87%47.45%-
XYZ14.6317.512.75-
YUV107.1970.33137.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=49.19%
G=48.78%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121120500.010.960.5359.4892.0624.71
Hex797850160353b5c19
Octal171170501140657313431
Binary11110011111000101011100000110101111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797805; }

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

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

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

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

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

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

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

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