#726916

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

Shades of Olivetone #726916

Tints of Olivetone #726916

Color information

#726916 (or 0x726916) is unknown color: approx Olivetone. HEX triplet: 72, 69 and 16. RGB value is (114,105,22). Sum of RGB (Red+Green+Blue) = 114+105+22=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726916 is #8D96E9. Grayscale: #626262. Windows color (decimal): -9279210 or 1468786. OLE color: 1468786.

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

Color convert

RGB11410522-
CMYK00.080.810.55
HSL54.13º67.65%26.67%-
HSV(B)54.13º80.7%44.71%-
XYZ12.1413.742.77-
YUV98.2384.98139.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=47.30%
G=43.57%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141052200.080.810.5554.1367.6526.67
Hex72691608513736441b
Octal16215126010121676610433
Binary1110010110100110110010001010001110111110110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726916; }

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

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

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

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

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

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

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

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