#756E20

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

Shades of Olivetone #756E20

Tints of Olivetone #756E20

Color information

#756E20 (or 0x756E20) is unknown color: approx Olivetone. HEX triplet: 75, 6E and 20. RGB value is (117,110,32). Sum of RGB (Red+Green+Blue) = 117+110+32=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #756E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E20 is #8A91DF. Grayscale: #676767. Windows color (decimal): -9081312 or 2125429. OLE color: 2125429.

HSL color Cylindrical-coordinate representation of color #756E20: hue angle of 55.06º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #756E20 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB11711032-
CMYK00.060.730.54
HSL55.06º57.05%29.22%-
HSV(B)55.06º72.65%45.88%-
XYZ13.1715.043.57-
YUV103.287.82137.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=45.17%
G=42.47%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171103200.060.730.5455.0657.0529.22
Hex756E2006493637391d
Octal165156400611166677135
Binary111010111011101000000110100100111011011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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