#716B20

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

Shades of Olivetone #716B20

Tints of Olivetone #716B20

Color information

#716B20 (or 0x716B20) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 20. RGB value is (113,107,32). Sum of RGB (Red+Green+Blue) = 113+107+32=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B20 is #8E94DF. Grayscale: #646464. Windows color (decimal): -9344224 or 2124657. OLE color: 2124657.

HSL color Cylindrical-coordinate representation of color #716B20: hue angle of 55.56º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #716B20 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB11310732-
CMYK00.050.720.56
HSL55.56º55.86%28.43%-
HSV(B)55.56º71.68%44.31%-
XYZ12.3314.133.44-
YUV100.2489.49137.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=44.84%
G=42.46%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131073200.050.720.5655.5655.8628.43
Hex716B2005483838381c
Octal161153400511070707034
Binary111000111010111000000101100100011100011100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,32); }

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

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

 a { background-color: rgb(113,107,32); }

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

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

 span { border-color: rgb(113,107,32); }

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