#717824

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

Shades of Olivetone #717824

Tints of Olivetone #717824

Color information

#717824 (or 0x717824) is unknown color: approx Olivetone. HEX triplet: 71, 78 and 24. RGB value is (113,120,36). Sum of RGB (Red+Green+Blue) = 113+120+36=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #717824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717824 is #8E87DB. Grayscale: #6C6C6C. Windows color (decimal): -9340892 or 2390129. OLE color: 2390129.

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

Color convert

RGB11312036-
CMYK0.0600.70.53
HSL65º53.85%30.59%-
HSV(B)65º70%47.06%-
XYZ13.8417.074.23-
YUV108.3387.18131.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=42.01%
G=44.61%
B=13.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120360.0600.70.536553.8530.59
Hex71782460463541361f
Octal1611704460106651016637
Binary1110001111100010010011001000110110101100000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717824; }

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

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

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

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

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

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

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

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