#726C16

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

Shades of Olivetone #726C16

Tints of Olivetone #726C16

Color information

#726C16 (or 0x726C16) is unknown color: approx Olivetone. HEX triplet: 72, 6C and 16. RGB value is (114,108,22). Sum of RGB (Red+Green+Blue) = 114+108+22=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #726C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C16 is #8D93E9. Grayscale: #646464. Windows color (decimal): -9278442 or 1469554. OLE color: 1469554.

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

Color convert

RGB11410822-
CMYK00.050.810.55
HSL56.09º67.65%26.67%-
HSV(B)56.09º80.7%44.71%-
XYZ12.4514.362.87-
YUV99.9983.99137.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=46.72%
G=44.26%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141082200.050.810.5556.0967.6526.67
Hex726C1605513738441b
Octal1621542605121677010433
Binary111001011011001011001011010001110111111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726C16; }

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

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

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

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

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

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

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

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