Shades of Olivetone #72741C
Tints of Olivetone #72741C
RGB
CMYK
RGB Variations
Color information
#72741C (or 0x72741C) is known color: Olivetone. HEX triplet: 72, 74 and 1C. RGB value is (114,116,28). Sum of RGB (Red+Green+Blue) = 114+116+28=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #72741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72741C is #8D8BE3. Grayscale: #696969. Windows color (decimal): -9276388 or 1864818. OLE color: 1864818.
HSL color Cylindrical-coordinate representation of color #72741C: hue angle of 61.36º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72741C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 116 | 28 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.55 |
| HSL | 61.36º | 0.61% | 0.28% | - |
| HSV(B) | 61.36º | 0.76% | 0.45% | - |
| XYZ | 13.39 | 16.15 | 3.51 | - |
| YUV | 105.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 28 | 0.02 | 0 | 0.76 | 0.55 | 61.36 | 0.61 | 0.28 |
| Hex | 72 | 74 | 1C | 2 | 0 | 4C | 37 | 3D | 3D | 1C |
| Octal | 162 | 164 | 34 | 2 | 0 | 114 | 67 | 75 | 75 | 34 |
| Binary | 1110010 | 1110100 | 11100 | 10 | 0 | 1001100 | 110111 | 111101 | 111101 | 11100 |
Color Harmonies of #72741C
Complementary color
Monochromatic Colors of #72741C
Black with #72741C
Text Example
Text Example
White with #72741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72741C; }
p { color: rgb(114,116,28); }
H1.HeaderClassName
{
color: #72741C;
}
.AnyTagClassName
{
color: #72741C;
}
</style>
background-color css
<style>
a { background-color: #72741C; }
a { background-color: rgb(114,116,28); }
div.DivClassName
{
background-color: #72741C;
}
.BgClassName
{
background-color: #72741C;
}
</style>
border-color css
<style>
span { border-color: #72741C; }
span { border-color: rgb(114,116,28); }
td.TdClassName
{
border-color: #72741C;
}
.TagClassName
{
border-color: #72741C;
}
</style>