#797713

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

Shades of Olive #797713

Tints of Olive #797713

Color information

#797713 (or 0x797713) is unknown color: approx Olive. HEX triplet: 79, 77 and 13. RGB value is (121,119,19). Sum of RGB (Red+Green+Blue) = 121+119+19=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #797713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797713 is #8688EC. Grayscale: #6C6C6C. Windows color (decimal): -8816877 or 1275769. OLE color: 1275769.

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

Color convert

RGB12111919-
CMYK00.020.840.53
HSL58.82º72.86%27.45%-
HSV(B)58.82º84.3%47.45%-
XYZ14.617.313.19-
YUV108.277.66137.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=46.72%
G=45.95%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211191900.020.840.5358.8272.8627.45
Hex7977130254353b491b
Octal1711672302124657311133
Binary11110011110111100110101010100110101111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797713; }

 p { color: rgb(121,119,19); }

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

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

 a { background-color: rgb(121,119,19); }

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

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

 span { border-color: rgb(121,119,19); }

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