#746E20

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

Shades of Olivetone #746E20

Tints of Olivetone #746E20

Color information

#746E20 (or 0x746E20) is unknown color: approx Olivetone. HEX triplet: 74, 6E and 20. RGB value is (116,110,32). Sum of RGB (Red+Green+Blue) = 116+110+32=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #746E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E20 is #8B91DF. Grayscale: #676767. Windows color (decimal): -9146848 or 2125428. OLE color: 2125428.

HSL color Cylindrical-coordinate representation of color #746E20: hue angle of 55.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746E20 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11611032-
CMYK00.050.720.55
HSL55.71º56.76%29.02%-
HSV(B)55.71º72.41%45.49%-
XYZ13.0414.973.57-
YUV102.987.99137.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=44.96%
G=42.64%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161103200.050.720.5555.7156.7629.02
Hex746E2005483738391d
Octal164156400511067707135
Binary111010011011101000000101100100011011111100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E20; }

 p { color: rgb(116,110,32); }

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

<style>
 a { background-color: #746E20; }

 a { background-color: rgb(116,110,32); }

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

<style>
 span { border-color: #746E20; }

 span { border-color: rgb(116,110,32); }

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