#716A27

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

Shades of Olivetone #716A27

Tints of Olivetone #716A27

Color information

#716A27 (or 0x716A27) is unknown color: approx Olivetone. HEX triplet: 71, 6A and 27. RGB value is (113,106,39). Sum of RGB (Red+Green+Blue) = 113+106+39=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A27 is #8E95D8. Grayscale: #646464. Windows color (decimal): -9344473 or 2583153. OLE color: 2583153.

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

Color convert

RGB11310639-
CMYK00.060.650.56
HSL54.32º48.68%29.8%-
HSV(B)54.32º65.49%44.31%-
XYZ12.3313.973.97-
YUV100.4593.32136.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=43.80%
G=41.09%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131063900.060.650.5654.3248.6829.8
Hex716A2706413836311e
Octal161152470610170666136
Binary111000111010101001110110100000111100011011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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