#797110

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

Shades of Olive #797110

Tints of Olive #797110

Color information

#797110 (or 0x797110) is unknown color: approx Olive. HEX triplet: 79, 71 and 10. RGB value is (121,113,16). Sum of RGB (Red+Green+Blue) = 121+113+16=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #797110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797110 is #868EEF. Grayscale: #686868. Windows color (decimal): -8818416 or 1077625. OLE color: 1077625.

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

Color convert

RGB12111316-
CMYK00.070.870.53
HSL55.43º76.64%26.86%-
HSV(B)55.43º86.78%47.45%-
XYZ13.8815.912.83-
YUV104.3378.15139.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=48.4%
G=45.2%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211131600.070.870.5355.4376.6426.86
Hex797110075735374d1b
Octal1711612007127656711533
Binary111100111100011000001111010111110101110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797110; }

 p { color: rgb(121,113,16); }

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

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

 a { background-color: rgb(121,113,16); }

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

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

 span { border-color: rgb(121,113,16); }

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