Shades of Olivetone #73741B
Tints of Olivetone #73741B
RGB
CMYK
RGB Variations
Color information
#73741B (or 0x73741B) is known color: Olivetone. HEX triplet: 73, 74 and 1B. RGB value is (115,116,27). Sum of RGB (Red+Green+Blue) = 115+116+27=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #73741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73741B is #8C8BE4. Grayscale: #696969. Windows color (decimal): -9210853 or 1799283. OLE color: 1799283.
HSL color Cylindrical-coordinate representation of color #73741B: hue angle of 60.67º degrees, saturation: 0.62, 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 #73741B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 27 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.55 |
| HSL | 60.67º | 0.62% | 0.28% | - |
| HSV(B) | 60.67º | 0.77% | 0.45% | - |
| XYZ | 13.51 | 16.21 | 3.45 | - |
| YUV | 105.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 27 | 0.01 | 0 | 0.77 | 0.55 | 60.67 | 0.62 | 0.28 |
| Hex | 73 | 74 | 1B | 1 | 0 | 4D | 37 | 3D | 3E | 1C |
| Octal | 163 | 164 | 33 | 1 | 0 | 115 | 67 | 75 | 76 | 34 |
| Binary | 1110011 | 1110100 | 11011 | 1 | 0 | 1001101 | 110111 | 111101 | 111110 | 11100 |
Color Harmonies of #73741B
Complementary color
Monochromatic Colors of #73741B
Black with #73741B
Text Example
Text Example
White with #73741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73741B; }
p { color: rgb(115,116,27); }
H1.HeaderClassName
{
color: #73741B;
}
.AnyTagClassName
{
color: #73741B;
}
</style>
background-color css
<style>
a { background-color: #73741B; }
a { background-color: rgb(115,116,27); }
div.DivClassName
{
background-color: #73741B;
}
.BgClassName
{
background-color: #73741B;
}
</style>
border-color css
<style>
span { border-color: #73741B; }
span { border-color: rgb(115,116,27); }
td.TdClassName
{
border-color: #73741B;
}
.TagClassName
{
border-color: #73741B;
}
</style>