#797512

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

Shades of Olive #797512

Tints of Olive #797512

Color information

#797512 (or 0x797512) is unknown color: approx Olive. HEX triplet: 79, 75 and 12. RGB value is (121,117,18). Sum of RGB (Red+Green+Blue) = 121+117+18=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #797512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797512 is #868AED. Grayscale: #6B6B6B. Windows color (decimal): -8817390 or 1209721. OLE color: 1209721.

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

Color convert

RGB12111718-
CMYK00.030.850.53
HSL57.67º74.1%27.25%-
HSV(B)57.67º85.12%47.45%-
XYZ14.3616.833.06-
YUV106.9177.83138.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=47.27%
G=45.70%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211171800.030.850.5357.6774.127.25
Hex7975120355353a4a1b
Octal1711652203125657211233
Binary11110011110101100100111010101110101111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797512; }

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

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

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

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

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

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

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

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