#757620

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

Shades of Olivetone #757620

Tints of Olivetone #757620

Color information

#757620 (or 0x757620) is unknown color: approx Olivetone. HEX triplet: 75, 76 and 20. RGB value is (117,118,32). Sum of RGB (Red+Green+Blue) = 117+118+32=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #757620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757620 is #8A89DF. Grayscale: #6C6C6C. Windows color (decimal): -9079264 or 2127477. OLE color: 2127477.

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

Color convert

RGB11711832-
CMYK0.0100.730.54
HSL60.7º57.33%29.41%-
HSV(B)60.7º72.88%46.27%-
XYZ14.0816.843.88-
YUV107.985.17134.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=43.82%
G=44.19%
B=11.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118320.0100.730.5460.757.3329.41
Hex7576201049363d391d
Octal165166401011166757135
Binary1110101111011010000010100100111011011110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757620; }

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

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

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

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

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

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

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

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