#716D21

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

Shades of Olivetone #716D21

Tints of Olivetone #716D21

Color information

#716D21 (or 0x716D21) is unknown color: approx Olivetone. HEX triplet: 71, 6D and 21. RGB value is (113,109,33). Sum of RGB (Red+Green+Blue) = 113+109+33=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #716D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D21 is #8E92DE. Grayscale: #656565. Windows color (decimal): -9343711 or 2190705. OLE color: 2190705.

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

Color convert

RGB11310933-
CMYK00.040.710.56
HSL57º54.79%28.63%-
HSV(B)57º70.8%44.31%-
XYZ12.5514.563.59-
YUV101.5389.33136.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=44.31%
G=42.75%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131093300.040.710.565754.7928.63
Hex716D2104473839371d
Octal161155410410770716735
Binary111000111011011000010100100011111100011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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