#717022

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

Shades of Olivetone #717022

Tints of Olivetone #717022

Color information

#717022 (or 0x717022) is unknown color: approx Olivetone. HEX triplet: 71, 70 and 22. RGB value is (113,112,34). Sum of RGB (Red+Green+Blue) = 113+112+34=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #717022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717022 is #8E8FDD. Grayscale: #676767. Windows color (decimal): -9342942 or 2257009. OLE color: 2257009.

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

Color convert

RGB11311234-
CMYK00.010.700.56
HSL59.24º53.74%28.82%-
HSV(B)59.24º69.91%44.31%-
XYZ12.8915.213.77-
YUV103.4188.83134.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=43.63%
G=43.24%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131123400.010.700.5659.2453.7428.82
Hex7170220146383b361d
Octal161160420110670736635
Binary1110001111000010001001100011011100011101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717022; }

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

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

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

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

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

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

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

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