#747420

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

Shades of Olivetone #747420

Tints of Olivetone #747420

Color information

#747420 (or 0x747420) is unknown color: approx Olivetone. HEX triplet: 74, 74 and 20. RGB value is (116,116,32). Sum of RGB (Red+Green+Blue) = 116+116+32=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747420 is #8B8BDF. Grayscale: #6A6A6A. Windows color (decimal): -9145312 or 2126964. OLE color: 2126964.

HSL color Cylindrical-coordinate representation of color #747420: hue angle of 60º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #747420 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11611632-
CMYK000.720.55
HSL60º56.76%29.02%-
HSV(B)60º72.41%45.49%-
XYZ13.7116.313.79-
YUV106.4286134.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=43.94%
G=43.94%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611632000.720.556056.7629.02
Hex7474200048373c391d
Octal164164400011067747135
Binary1110100111010010000000100100011011111110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747420; }

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

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

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

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

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

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

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

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