#717820

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

Shades of Olivetone #717820

Tints of Olivetone #717820

Color information

#717820 (or 0x717820) is unknown color: approx Olivetone. HEX triplet: 71, 78 and 20. RGB value is (113,120,32). Sum of RGB (Red+Green+Blue) = 113+120+32=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #717820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717820 is #8E87DF. Grayscale: #6C6C6C. Windows color (decimal): -9340896 or 2127985. OLE color: 2127985.

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

Color convert

RGB11312032-
CMYK0.0600.730.53
HSL64.77º57.89%29.8%-
HSV(B)64.77º73.33%47.06%-
XYZ13.7917.053.93-
YUV107.8885.18131.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=42.64%
G=45.28%
B=12.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120320.0600.730.5364.7757.8929.8
Hex717820604935413a1e
Octal1611704060111651017236
Binary1110001111100010000011001001001110101100000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717820; }

 p { color: rgb(113,120,32); }

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

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

 a { background-color: rgb(113,120,32); }

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

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

 span { border-color: rgb(113,120,32); }

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