#716A21

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

Shades of Olivetone #716A21

Tints of Olivetone #716A21

Color information

#716A21 (or 0x716A21) is unknown color: approx Olivetone. HEX triplet: 71, 6A and 21. RGB value is (113,106,33). Sum of RGB (Red+Green+Blue) = 113+106+33=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A21 is #8E95DE. Grayscale: #646464. Windows color (decimal): -9344479 or 2189937. OLE color: 2189937.

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

Color convert

RGB11310633-
CMYK00.060.710.56
HSL54.75º54.79%28.63%-
HSV(B)54.75º70.8%44.31%-
XYZ12.2413.933.48-
YUV99.7790.32137.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=44.84%
G=42.06%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131063300.060.710.5654.7554.7928.63
Hex716A2106473837371d
Octal161152410610770676735
Binary111000111010101000010110100011111100011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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