Shades of Olivetone #73751C
Tints of Olivetone #73751C
RGB
CMYK
RGB Variations
Color information
#73751C (or 0x73751C) is known color: Olivetone. HEX triplet: 73, 75 and 1C. RGB value is (115,117,28). Sum of RGB (Red+Green+Blue) = 115+117+28=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #73751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73751C is #8C8AE3. Grayscale: #6A6A6A. Windows color (decimal): -9210596 or 1865075. OLE color: 1865075.
HSL color Cylindrical-coordinate representation of color #73751C: hue angle of 61.35º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73751C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 28 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.54 |
| HSL | 61.35º | 0.61% | 0.28% | - |
| HSV(B) | 61.35º | 0.76% | 0.46% | - |
| XYZ | 13.64 | 16.45 | 3.56 | - |
| YUV | 106.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 28 | 0.02 | 0 | 0.76 | 0.54 | 61.35 | 0.61 | 0.28 |
| Hex | 73 | 75 | 1C | 2 | 0 | 4C | 36 | 3D | 3D | 1C |
| Octal | 163 | 165 | 34 | 2 | 0 | 114 | 66 | 75 | 75 | 34 |
| Binary | 1110011 | 1110101 | 11100 | 10 | 0 | 1001100 | 110110 | 111101 | 111101 | 11100 |
Color Harmonies of #73751C
Complementary color
Monochromatic Colors of #73751C
Black with #73751C
Text Example
Text Example
White with #73751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73751C; }
p { color: rgb(115,117,28); }
H1.HeaderClassName
{
color: #73751C;
}
.AnyTagClassName
{
color: #73751C;
}
</style>
background-color css
<style>
a { background-color: #73751C; }
a { background-color: rgb(115,117,28); }
div.DivClassName
{
background-color: #73751C;
}
.BgClassName
{
background-color: #73751C;
}
</style>
border-color css
<style>
span { border-color: #73751C; }
span { border-color: rgb(115,117,28); }
td.TdClassName
{
border-color: #73751C;
}
.TagClassName
{
border-color: #73751C;
}
</style>