#737011

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

Shades of Olivetone #737011

Tints of Olivetone #737011

Color information

#737011 (or 0x737011) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 11. RGB value is (115,112,17). Sum of RGB (Red+Green+Blue) = 115+112+17=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #737011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737011 is #8C8FEE. Grayscale: #666666. Windows color (decimal): -9211887 or 1142899. OLE color: 1142899.

HSL color Cylindrical-coordinate representation of color #737011: hue angle of 58.16º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #737011 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB11511217-
CMYK00.030.850.55
HSL58.16º74.24%25.88%-
HSV(B)58.16º85.22%45.1%-
XYZ12.9715.272.8-
YUV102.0779.99137.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=47.13%
G=45.90%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151121700.030.850.5558.1674.2425.88
Hex7370110355373a4a1a
Octal1631602103125677211232
Binary11100111110000100010111010101110111111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737011; }

 p { color: rgb(115,112,17); }

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

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

 a { background-color: rgb(115,112,17); }

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

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

 span { border-color: rgb(115,112,17); }

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