#716E21

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

Shades of Olivetone #716E21

Tints of Olivetone #716E21

Color information

#716E21 (or 0x716E21) is unknown color: approx Olivetone. HEX triplet: 71, 6E and 21. RGB value is (113,110,33). Sum of RGB (Red+Green+Blue) = 113+110+33=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E21 is #8E91DE. Grayscale: #666666. Windows color (decimal): -9343455 or 2190961. OLE color: 2190961.

HSL color Cylindrical-coordinate representation of color #716E21: hue angle of 57.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #716E21 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB11311033-
CMYK00.030.710.56
HSL57.75º54.79%28.63%-
HSV(B)57.75º70.8%44.31%-
XYZ12.6614.773.62-
YUV102.1288.99135.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=44.14%
G=42.97%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131103300.030.710.5657.7554.7928.63
Hex716E210347383a371d
Octal161156410310770726735
Binary11100011101110100001011100011111100011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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