#737116

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

Shades of Olivetone #737116

Tints of Olivetone #737116

Color information

#737116 (or 0x737116) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 16. RGB value is (115,113,22). Sum of RGB (Red+Green+Blue) = 115+113+22=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #737116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737116 is #8C8EE9. Grayscale: #676767. Windows color (decimal): -9211626 or 1470835. OLE color: 1470835.

HSL color Cylindrical-coordinate representation of color #737116: hue angle of 58.71º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #737116 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB11511322-
CMYK00.020.810.55
HSL58.71º67.88%26.86%-
HSV(B)58.71º80.87%45.1%-
XYZ13.1215.513.06-
YUV103.2282.16136.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=46%
G=45.2%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151132200.020.810.5558.7167.8826.86
Hex7371160251373b441b
Octal1631612602121677310433
Binary11100111110001101100101010001110111111011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737116; }

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

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

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

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

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

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

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

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