#747820

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

Shades of Olivetone #747820

Tints of Olivetone #747820

Color information

#747820 (or 0x747820) is unknown color: approx Olivetone. HEX triplet: 74, 78 and 20. RGB value is (116,120,32). Sum of RGB (Red+Green+Blue) = 116+120+32=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #747820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747820 is #8B87DF. Grayscale: #6D6D6D. Windows color (decimal): -9144288 or 2127988. OLE color: 2127988.

HSL color Cylindrical-coordinate representation of color #747820: hue angle of 62.73º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #747820 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB11612032-
CMYK0.0300.730.53
HSL62.73º57.89%29.8%-
HSV(B)62.73º73.33%47.06%-
XYZ14.1817.253.95-
YUV108.7784.67133.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=43.28%
G=44.78%
B=11.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120320.0300.730.5362.7357.8929.8
Hex7478203049353f3a1e
Octal164170403011165777236
Binary11101001111000100000110100100111010111111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747820; }

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

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

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

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

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

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

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

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