#737120

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

Shades of Olivetone #737120

Tints of Olivetone #737120

Color information

#737120 (or 0x737120) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 20. RGB value is (115,113,32). Sum of RGB (Red+Green+Blue) = 115+113+32=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #737120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737120 is #8C8EDF. Grayscale: #686868. Windows color (decimal): -9211616 or 2126195. OLE color: 2126195.

HSL color Cylindrical-coordinate representation of color #737120: hue angle of 58.55º degrees, saturation: 0.56, 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 #737120 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11511332-
CMYK00.020.720.55
HSL58.55º56.46%28.82%-
HSV(B)58.55º72.17%45.1%-
XYZ13.2415.563.67-
YUV104.3687.16135.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=44.23%
G=43.46%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151133200.020.720.5558.5556.4628.82
Hex7371200248373b381d
Octal163161400211067737035
Binary11100111110001100000010100100011011111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737120; }

 p { color: rgb(115,113,32); }

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

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

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

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

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

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

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