#726816

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

Shades of Olivetone #726816

Tints of Olivetone #726816

Color information

#726816 (or 0x726816) is unknown color: approx Olivetone. HEX triplet: 72, 68 and 16. RGB value is (114,104,22). Sum of RGB (Red+Green+Blue) = 114+104+22=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #726816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726816 is #8D97E9. Grayscale: #616161. Windows color (decimal): -9279466 or 1468530. OLE color: 1468530.

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

Color convert

RGB11410422-
CMYK00.090.810.55
HSL53.48º67.65%26.67%-
HSV(B)53.48º80.7%44.71%-
XYZ12.0313.542.74-
YUV97.6485.31139.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=47.5%
G=43.33%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141042200.090.810.5553.4867.6526.67
Hex72681609513735441b
Octal16215026011121676510433
Binary1110010110100010110010011010001110111110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726816; }

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

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

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

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

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

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

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

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