#716D27

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

Shades of Olivetone #716D27

Tints of Olivetone #716D27

Color information

#716D27 (or 0x716D27) is unknown color: approx Olivetone. HEX triplet: 71, 6D and 27. RGB value is (113,109,39). Sum of RGB (Red+Green+Blue) = 113+109+39=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #716D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D27 is #8E92D8. Grayscale: #666666. Windows color (decimal): -9343705 or 2583921. OLE color: 2583921.

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

Color convert

RGB11310939-
CMYK00.040.650.56
HSL56.76º48.68%29.8%-
HSV(B)56.76º65.49%44.31%-
XYZ12.6414.594.07-
YUV102.2292.33135.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=43.30%
G=41.76%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131093900.040.650.5656.7648.6829.8
Hex716D2704413839311e
Octal161155470410170716136
Binary111000111011011001110100100000111100011100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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