#726D2B

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

Shades of Olivetone #726D2B

Tints of Olivetone #726D2B

Color information

#726D2B (or 0x726D2B) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 2B. RGB value is (114,109,43). Sum of RGB (Red+Green+Blue) = 114+109+43=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D2B is #8D92D4. Grayscale: #676767. Windows color (decimal): -9278165 or 2846066. OLE color: 2846066.

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

Color convert

RGB11410943-
CMYK00.040.620.55
HSL55.77º45.22%30.78%-
HSV(B)55.77º62.28%44.71%-
XYZ12.8414.694.44-
YUV102.9794.16135.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=42.86%
G=40.98%
B=16.17%

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
Decimal1141094300.040.620.5555.7745.2230.78
Hex726D2B043E37382d1f
Octal16215553047667705537
Binary11100101101101101011010011111011011111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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