#737416

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

Shades of Olivetone #737416

Tints of Olivetone #737416

Color information

#737416 (or 0x737416) is unknown color: approx Olivetone. HEX triplet: 73, 74 and 16. RGB value is (115,116,22). Sum of RGB (Red+Green+Blue) = 115+116+22=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #737416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737416 is #8C8BE9. Grayscale: #696969. Windows color (decimal): -9210858 or 1471603. OLE color: 1471603.

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

Color convert

RGB11511622-
CMYK0.0100.810.55
HSL60.64º68.12%27.06%-
HSV(B)60.64º81.03%45.49%-
XYZ13.4616.193.18-
YUV104.9881.17135.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=45.45%
G=45.85%
B=8.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115116220.0100.810.5560.6468.1227.06
Hex7374161051373d441b
Octal1631642610121677510433
Binary1110011111010010110101010001110111111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737416; }

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

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

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

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

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

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

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

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