#717024

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

Shades of Olivetone #717024

Tints of Olivetone #717024

Color information

#717024 (or 0x717024) is unknown color: approx Olivetone. HEX triplet: 71, 70 and 24. RGB value is (113,112,36). Sum of RGB (Red+Green+Blue) = 113+112+36=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #717024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717024 is #8E8FDB. Grayscale: #676767. Windows color (decimal): -9342940 or 2388081. OLE color: 2388081.

HSL color Cylindrical-coordinate representation of color #717024: hue angle of 59.22º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #717024 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB11311236-
CMYK00.010.680.56
HSL59.22º51.68%29.22%-
HSV(B)59.22º68.14%44.31%-
XYZ12.9215.233.93-
YUV103.6489.83134.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=43.30%
G=42.91%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131123600.010.680.5659.2251.6829.22
Hex7170240144383b341d
Octal161160440110470736435
Binary1110001111000010010001100010011100011101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717024; }

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

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

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

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

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

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

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

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