#716E27

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

Shades of Olivetone #716E27

Tints of Olivetone #716E27

Color information

#716E27 (or 0x716E27) is unknown color: approx Olivetone. HEX triplet: 71, 6E and 27. RGB value is (113,110,39). Sum of RGB (Red+Green+Blue) = 113+110+39=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #716E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E27 is #8E91D8. Grayscale: #676767. Windows color (decimal): -9343449 or 2584177. OLE color: 2584177.

HSL color Cylindrical-coordinate representation of color #716E27: hue angle of 57.57º 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 #716E27 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11311039-
CMYK00.030.650.56
HSL57.57º48.68%29.8%-
HSV(B)57.57º65.49%44.31%-
XYZ12.7514.814.11-
YUV102.891.99135.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=43.13%
G=41.98%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131103900.030.650.5657.5748.6829.8
Hex716E270341383a311e
Octal161156470310170726136
Binary11100011101110100111011100000111100011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E27; }

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

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

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

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

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

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

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

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