#737015

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

Shades of Olivetone #737015

Tints of Olivetone #737015

Color information

#737015 (or 0x737015) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 15. RGB value is (115,112,21). Sum of RGB (Red+Green+Blue) = 115+112+21=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #737015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737015 is #8C8FEA. Grayscale: #666666. Windows color (decimal): -9211883 or 1405043. OLE color: 1405043.

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

Color convert

RGB11511221-
CMYK00.030.820.55
HSL58.09º69.12%26.67%-
HSV(B)58.09º81.74%45.1%-
XYZ1315.292.98-
YUV102.5281.99136.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=46.37%
G=45.16%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151122100.030.820.5558.0969.1226.67
Hex7370150352373a451b
Octal1631602503122677210533
Binary11100111110000101010111010010110111111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737015; }

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

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

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

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

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

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

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

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