Shades of Olivetone #72661A
Tints of Olivetone #72661A
RGB
CMYK
RGB Variations
Color information
#72661A (or 0x72661A) is known color: Olivetone. HEX triplet: 72, 66 and 1A. RGB value is (114,102,26). Sum of RGB (Red+Green+Blue) = 114+102+26=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72661A is #8D99E5. Grayscale: #616161. Windows color (decimal): -9279974 or 1730162. OLE color: 1730162.
HSL color Cylindrical-coordinate representation of color #72661A: hue angle of 51.82º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72661A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 26 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.55 |
| HSL | 51.82º | 0.63% | 0.27% | - |
| HSV(B) | 51.82º | 0.77% | 0.45% | - |
| XYZ | 11.88 | 13.15 | 2.89 | - |
| YUV | 96.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 26 | 0 | 0.11 | 0.77 | 0.55 | 51.82 | 0.63 | 0.27 |
| Hex | 72 | 66 | 1A | 0 | B | 4D | 37 | 34 | 3F | 1B |
| Octal | 162 | 146 | 32 | 0 | 13 | 115 | 67 | 64 | 77 | 33 |
| Binary | 1110010 | 1100110 | 11010 | 0 | 1011 | 1001101 | 110111 | 110100 | 111111 | 11011 |
Color Harmonies of #72661A
Complementary color
Monochromatic Colors of #72661A
Black with #72661A
Text Example
Text Example
White with #72661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72661A; }
p { color: rgb(114,102,26); }
H1.HeaderClassName
{
color: #72661A;
}
.AnyTagClassName
{
color: #72661A;
}
</style>
background-color css
<style>
a { background-color: #72661A; }
a { background-color: rgb(114,102,26); }
div.DivClassName
{
background-color: #72661A;
}
.BgClassName
{
background-color: #72661A;
}
</style>
border-color css
<style>
span { border-color: #72661A; }
span { border-color: rgb(114,102,26); }
td.TdClassName
{
border-color: #72661A;
}
.TagClassName
{
border-color: #72661A;
}
</style>