#726E2B

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

Shades of Olivetone #726E2B

Tints of Olivetone #726E2B

Color information

#726E2B (or 0x726E2B) is unknown color: approx Olivetone. HEX triplet: 72, 6E and 2B. RGB value is (114,110,43). Sum of RGB (Red+Green+Blue) = 114+110+43=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E2B is #8D91D4. Grayscale: #676767. Windows color (decimal): -9277909 or 2846322. OLE color: 2846322.

HSL color Cylindrical-coordinate representation of color #726E2B: hue angle of 56.62º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #726E2B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB11411043-
CMYK00.040.620.55
HSL56.62º45.22%30.78%-
HSV(B)56.62º62.28%44.71%-
XYZ12.9514.94.48-
YUV103.5693.83135.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=42.70%
G=41.20%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141104300.040.620.5556.6245.2230.78
Hex726E2B043E37392d1f
Octal16215653047667715537
Binary11100101101110101011010011111011011111100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,110,43); }

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

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

 a { background-color: rgb(114,110,43); }

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

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

 span { border-color: rgb(114,110,43); }

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