#756D20

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

Shades of Olivetone #756D20

Tints of Olivetone #756D20

Color information

#756D20 (or 0x756D20) is unknown color: approx Olivetone. HEX triplet: 75, 6D and 20. RGB value is (117,109,32). Sum of RGB (Red+Green+Blue) = 117+109+32=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #756D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D20 is #8A92DF. Grayscale: #666666. Windows color (decimal): -9081568 or 2125173. OLE color: 2125173.

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

Color convert

RGB11710932-
CMYK00.070.730.54
HSL54.35º57.05%29.22%-
HSV(B)54.35º72.65%45.88%-
XYZ13.0714.823.54-
YUV102.6188.15138.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=45.35%
G=42.25%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171093200.070.730.5454.3557.0529.22
Hex756D2007493636391d
Octal165155400711166667135
Binary111010111011011000000111100100111011011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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