#726716

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

Shades of Olivetone #726716

Tints of Olivetone #726716

Color information

#726716 (or 0x726716) is unknown color: approx Olivetone. HEX triplet: 72, 67 and 16. RGB value is (114,103,22). Sum of RGB (Red+Green+Blue) = 114+103+22=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #726716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726716 is #8D98E9. Grayscale: #616161. Windows color (decimal): -9279722 or 1468274. OLE color: 1468274.

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

Color convert

RGB11410322-
CMYK00.100.810.55
HSL52.83º67.65%26.67%-
HSV(B)52.83º80.7%44.71%-
XYZ11.9313.342.7-
YUV97.0685.64140.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=47.70%
G=43.10%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141032200.100.810.5552.8367.6526.67
Hex7267160A513735441b
Octal16214726012121676510433
Binary1110010110011110110010101010001110111110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726716; }

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

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

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

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

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

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

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

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