Shades of Olivetone #72671A
Tints of Olivetone #72671A
RGB
CMYK
RGB Variations
Color information
#72671A (or 0x72671A) is known color: Olivetone. HEX triplet: 72, 67 and 1A. RGB value is (114,103,26). Sum of RGB (Red+Green+Blue) = 114+103+26=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72671A is #8D98E5. Grayscale: #616161. Windows color (decimal): -9279718 or 1730418. OLE color: 1730418.
HSL color Cylindrical-coordinate representation of color #72671A: hue angle of 52.5º 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 #72671A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 103 | 26 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.55 |
| HSL | 52.5º | 0.63% | 0.27% | - |
| HSV(B) | 52.5º | 0.77% | 0.45% | - |
| XYZ | 11.98 | 13.35 | 2.92 | - |
| YUV | 97.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 26 | 0 | 0.10 | 0.77 | 0.55 | 52.5 | 0.63 | 0.27 |
| Hex | 72 | 67 | 1A | 0 | A | 4D | 37 | 34 | 3F | 1B |
| Octal | 162 | 147 | 32 | 0 | 12 | 115 | 67 | 64 | 77 | 33 |
| Binary | 1110010 | 1100111 | 11010 | 0 | 1010 | 1001101 | 110111 | 110100 | 111111 | 11011 |
Color Harmonies of #72671A
Complementary color
Monochromatic Colors of #72671A
Black with #72671A
Text Example
Text Example
White with #72671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72671A; }
p { color: rgb(114,103,26); }
H1.HeaderClassName
{
color: #72671A;
}
.AnyTagClassName
{
color: #72671A;
}
</style>
background-color css
<style>
a { background-color: #72671A; }
a { background-color: rgb(114,103,26); }
div.DivClassName
{
background-color: #72671A;
}
.BgClassName
{
background-color: #72671A;
}
</style>
border-color css
<style>
span { border-color: #72671A; }
span { border-color: rgb(114,103,26); }
td.TdClassName
{
border-color: #72671A;
}
.TagClassName
{
border-color: #72671A;
}
</style>