#747620

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

Shades of Olivetone #747620

Tints of Olivetone #747620

Color information

#747620 (or 0x747620) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 20. RGB value is (116,118,32). Sum of RGB (Red+Green+Blue) = 116+118+32=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #747620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747620 is #8B89DF. Grayscale: #6B6B6B. Windows color (decimal): -9144800 or 2127476. OLE color: 2127476.

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

Color convert

RGB11611832-
CMYK0.0200.730.54
HSL61.4º57.33%29.41%-
HSV(B)61.4º72.88%46.27%-
XYZ13.9416.773.87-
YUV107.685.34133.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=43.61%
G=44.36%
B=12.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118320.0200.730.5461.457.3329.41
Hex7476202049363d391d
Octal164166402011166757135
Binary11101001110110100000100100100111011011110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747620; }

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

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

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

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

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

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

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

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