#737216

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

Shades of Olivetone #737216

Tints of Olivetone #737216

Color information

#737216 (or 0x737216) is unknown color: approx Olivetone. HEX triplet: 73, 72 and 16. RGB value is (115,114,22). Sum of RGB (Red+Green+Blue) = 115+114+22=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #737216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737216 is #8C8DE9. Grayscale: #686868. Windows color (decimal): -9211370 or 1471091. OLE color: 1471091.

HSL color Cylindrical-coordinate representation of color #737216: hue angle of 59.35º 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 #737216 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB11511422-
CMYK00.010.810.55
HSL59.35º67.88%26.86%-
HSV(B)59.35º80.87%45.1%-
XYZ13.2315.743.1-
YUV103.8181.83135.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=45.82%
G=45.42%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151142200.010.810.5559.3567.8826.86
Hex7372160151373b441b
Octal1631622601121677310433
Binary1110011111001010110011010001110111111011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737216; }

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

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

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

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

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

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

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

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