Shades of Olivetone #72731A
Tints of Olivetone #72731A
RGB
CMYK
RGB Variations
Color information
#72731A (or 0x72731A) is known color: Olivetone. HEX triplet: 72, 73 and 1A. RGB value is (114,115,26). Sum of RGB (Red+Green+Blue) = 114+115+26=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #72731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72731A is #8D8CE5. Grayscale: #686868. Windows color (decimal): -9276646 or 1733490. OLE color: 1733490.
HSL color Cylindrical-coordinate representation of color #72731A: hue angle of 60.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72731A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 26 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.55 |
| HSL | 60.67º | 0.63% | 0.28% | - |
| HSV(B) | 60.67º | 0.77% | 0.45% | - |
| XYZ | 13.26 | 15.91 | 3.35 | - |
| YUV | 104.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 26 | 0.01 | 0 | 0.77 | 0.55 | 60.67 | 0.63 | 0.28 |
| Hex | 72 | 73 | 1A | 1 | 0 | 4D | 37 | 3D | 3F | 1C |
| Octal | 162 | 163 | 32 | 1 | 0 | 115 | 67 | 75 | 77 | 34 |
| Binary | 1110010 | 1110011 | 11010 | 1 | 0 | 1001101 | 110111 | 111101 | 111111 | 11100 |
Color Harmonies of #72731A
Complementary color
Monochromatic Colors of #72731A
Black with #72731A
Text Example
Text Example
White with #72731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72731A; }
p { color: rgb(114,115,26); }
H1.HeaderClassName
{
color: #72731A;
}
.AnyTagClassName
{
color: #72731A;
}
</style>
background-color css
<style>
a { background-color: #72731A; }
a { background-color: rgb(114,115,26); }
div.DivClassName
{
background-color: #72731A;
}
.BgClassName
{
background-color: #72731A;
}
</style>
border-color css
<style>
span { border-color: #72731A; }
span { border-color: rgb(114,115,26); }
td.TdClassName
{
border-color: #72731A;
}
.TagClassName
{
border-color: #72731A;
}
</style>