#756C20

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

Shades of Olivetone #756C20

Tints of Olivetone #756C20

Color information

#756C20 (or 0x756C20) is unknown color: approx Olivetone. HEX triplet: 75, 6C and 20. RGB value is (117,108,32). Sum of RGB (Red+Green+Blue) = 117+108+32=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #756C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C20 is #8A93DF. Grayscale: #666666. Windows color (decimal): -9081824 or 2124917. OLE color: 2124917.

HSL color Cylindrical-coordinate representation of color #756C20: hue angle of 53.65º 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 #756C20 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB11710832-
CMYK00.080.730.54
HSL53.65º57.05%29.22%-
HSV(B)53.65º72.65%45.88%-
XYZ12.9614.613.5-
YUV102.0388.48138.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=45.53%
G=42.02%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171083200.080.730.5453.6557.0529.22
Hex756C2008493636391d
Octal1651544001011166667135
Binary1110101110110010000001000100100111011011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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