#717027

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

Shades of Olivetone #717027

Tints of Olivetone #717027

Color information

#717027 (or 0x717027) is unknown color: approx Olivetone. HEX triplet: 71, 70 and 27. RGB value is (113,112,39). Sum of RGB (Red+Green+Blue) = 113+112+39=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #717027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717027 is #8E8FD8. Grayscale: #686868. Windows color (decimal): -9342937 or 2584689. OLE color: 2584689.

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

Color convert

RGB11311239-
CMYK00.010.650.56
HSL59.19º48.68%29.8%-
HSV(B)59.19º65.49%44.31%-
XYZ12.9715.254.18-
YUV103.9891.33134.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=42.80%
G=42.42%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131123900.010.650.5659.1948.6829.8
Hex7170270141383b311e
Octal161160470110170736136
Binary1110001111000010011101100000111100011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717027; }

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

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

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

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

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

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

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

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