Shades of Olivetone #73751A
Tints of Olivetone #73751A
RGB
CMYK
RGB Variations
Color information
#73751A (or 0x73751A) is known color: Olivetone. HEX triplet: 73, 75 and 1A. RGB value is (115,117,26). Sum of RGB (Red+Green+Blue) = 115+117+26=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #73751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73751A is #8C8AE5. Grayscale: #6A6A6A. Windows color (decimal): -9210598 or 1734003. OLE color: 1734003.
HSL color Cylindrical-coordinate representation of color #73751A: hue angle of 61.32º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73751A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 26 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.54 |
| HSL | 61.32º | 0.64% | 0.28% | - |
| HSV(B) | 61.32º | 0.78% | 0.46% | - |
| XYZ | 13.62 | 16.44 | 3.43 | - |
| YUV | 106.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 26 | 0.02 | 0 | 0.78 | 0.54 | 61.32 | 0.64 | 0.28 |
| Hex | 73 | 75 | 1A | 2 | 0 | 4E | 36 | 3D | 40 | 1C |
| Octal | 163 | 165 | 32 | 2 | 0 | 116 | 66 | 75 | 100 | 34 |
| Binary | 1110011 | 1110101 | 11010 | 10 | 0 | 1001110 | 110110 | 111101 | 1000000 | 11100 |
Color Harmonies of #73751A
Complementary color
Monochromatic Colors of #73751A
Black with #73751A
Text Example
Text Example
White with #73751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73751A; }
p { color: rgb(115,117,26); }
H1.HeaderClassName
{
color: #73751A;
}
.AnyTagClassName
{
color: #73751A;
}
</style>
background-color css
<style>
a { background-color: #73751A; }
a { background-color: rgb(115,117,26); }
div.DivClassName
{
background-color: #73751A;
}
.BgClassName
{
background-color: #73751A;
}
</style>
border-color css
<style>
span { border-color: #73751A; }
span { border-color: rgb(115,117,26); }
td.TdClassName
{
border-color: #73751A;
}
.TagClassName
{
border-color: #73751A;
}
</style>