Shades of Olivetone #726C2D
Tints of Olivetone #726C2D
RGB
CMYK
RGB Variations
Color information
#726C2D (or 0x726C2D) is known color: Olivetone. HEX triplet: 72, 6C and 2D. RGB value is (114,108,45). Sum of RGB (Red+Green+Blue) = 114+108+45=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C2D is #8D93D2. Grayscale: #666666. Windows color (decimal): -9278419 or 2976882. OLE color: 2976882.
HSL color Cylindrical-coordinate representation of color #726C2D: hue angle of 54.78º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #726C2D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 45 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.55 |
| HSL | 54.78º | 0.43% | 0.31% | - |
| HSV(B) | 54.78º | 0.61% | 0.45% | - |
| XYZ | 12.78 | 14.49 | 4.61 | - |
| YUV | 102.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 45 | 0 | 0.05 | 0.61 | 0.55 | 54.78 | 0.43 | 0.31 |
| Hex | 72 | 6C | 2D | 0 | 5 | 3D | 37 | 37 | 2B | 1F |
| Octal | 162 | 154 | 55 | 0 | 5 | 75 | 67 | 67 | 53 | 37 |
| Binary | 1110010 | 1101100 | 101101 | 0 | 101 | 111101 | 110111 | 110111 | 101011 | 11111 |
Color Harmonies of #726C2D
Complementary color
Monochromatic Colors of #726C2D
Black with #726C2D
Text Example
Text Example
White with #726C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C2D; }
p { color: rgb(114,108,45); }
H1.HeaderClassName
{
color: #726C2D;
}
.AnyTagClassName
{
color: #726C2D;
}
</style>
background-color css
<style>
a { background-color: #726C2D; }
a { background-color: rgb(114,108,45); }
div.DivClassName
{
background-color: #726C2D;
}
.BgClassName
{
background-color: #726C2D;
}
</style>
border-color css
<style>
span { border-color: #726C2D; }
span { border-color: rgb(114,108,45); }
td.TdClassName
{
border-color: #726C2D;
}
.TagClassName
{
border-color: #726C2D;
}
</style>