#716C20

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

Shades of Olivetone #716C20

Tints of Olivetone #716C20

Color information

#716C20 (or 0x716C20) is unknown color: approx Olivetone. HEX triplet: 71, 6C and 20. RGB value is (113,108,32). Sum of RGB (Red+Green+Blue) = 113+108+32=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C20 is #8E93DF. Grayscale: #656565. Windows color (decimal): -9343968 or 2124913. OLE color: 2124913.

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

Color convert

RGB11310832-
CMYK00.040.720.56
HSL56.3º55.86%28.43%-
HSV(B)56.3º71.68%44.31%-
XYZ12.4314.343.48-
YUV100.8389.16136.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 108 (42.58% from 255) = 42.69%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=44.66%
G=42.69%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131083200.040.720.5656.355.8628.43
Hex716C2004483838381c
Octal161154400411070707034
Binary111000111011001000000100100100011100011100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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