Shades of Olivetone #72671C
Tints of Olivetone #72671C
RGB
CMYK
RGB Variations
Color information
#72671C (or 0x72671C) is known color: Olivetone. HEX triplet: 72, 67 and 1C. RGB value is (114,103,28). Sum of RGB (Red+Green+Blue) = 114+103+28=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72671C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72671C is #8D98E3. Grayscale: #626262. Windows color (decimal): -9279716 or 1861490. OLE color: 1861490.
HSL color Cylindrical-coordinate representation of color #72671C: hue angle of 52.33º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72671C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 103 | 28 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.55 |
| HSL | 52.33º | 0.61% | 0.28% | - |
| HSV(B) | 52.33º | 0.75% | 0.45% | - |
| XYZ | 12 | 13.36 | 3.05 | - |
| YUV | 97.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 28 | 0 | 0.10 | 0.75 | 0.55 | 52.33 | 0.61 | 0.28 |
| Hex | 72 | 67 | 1C | 0 | A | 4B | 37 | 34 | 3D | 1C |
| Octal | 162 | 147 | 34 | 0 | 12 | 113 | 67 | 64 | 75 | 34 |
| Binary | 1110010 | 1100111 | 11100 | 0 | 1010 | 1001011 | 110111 | 110100 | 111101 | 11100 |
Color Harmonies of #72671C
Complementary color
Monochromatic Colors of #72671C
Black with #72671C
Text Example
Text Example
White with #72671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72671C; }
p { color: rgb(114,103,28); }
H1.HeaderClassName
{
color: #72671C;
}
.AnyTagClassName
{
color: #72671C;
}
</style>
background-color css
<style>
a { background-color: #72671C; }
a { background-color: rgb(114,103,28); }
div.DivClassName
{
background-color: #72671C;
}
.BgClassName
{
background-color: #72671C;
}
</style>
border-color css
<style>
span { border-color: #72671C; }
span { border-color: rgb(114,103,28); }
td.TdClassName
{
border-color: #72671C;
}
.TagClassName
{
border-color: #72671C;
}
</style>