Shades of Olivetone #73741C
Tints of Olivetone #73741C
RGB
CMYK
RGB Variations
Color information
#73741C (or 0x73741C) is known color: Olivetone. HEX triplet: 73, 74 and 1C. RGB value is (115,116,28). Sum of RGB (Red+Green+Blue) = 115+116+28=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #73741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73741C is #8C8BE3. Grayscale: #6A6A6A. Windows color (decimal): -9210852 or 1864819. OLE color: 1864819.
HSL color Cylindrical-coordinate representation of color #73741C: hue angle of 60.68º 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 #73741C is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 28 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.55 |
| HSL | 60.68º | 0.61% | 0.28% | - |
| HSV(B) | 60.68º | 0.76% | 0.45% | - |
| XYZ | 13.53 | 16.22 | 3.52 | - |
| YUV | 105.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 28 | 0.01 | 0 | 0.76 | 0.55 | 60.68 | 0.61 | 0.28 |
| Hex | 73 | 74 | 1C | 1 | 0 | 4C | 37 | 3D | 3D | 1C |
| Octal | 163 | 164 | 34 | 1 | 0 | 114 | 67 | 75 | 75 | 34 |
| Binary | 1110011 | 1110100 | 11100 | 1 | 0 | 1001100 | 110111 | 111101 | 111101 | 11100 |
Color Harmonies of #73741C
Complementary color
Monochromatic Colors of #73741C
Black with #73741C
Text Example
Text Example
White with #73741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73741C; }
p { color: rgb(115,116,28); }
H1.HeaderClassName
{
color: #73741C;
}
.AnyTagClassName
{
color: #73741C;
}
</style>
background-color css
<style>
a { background-color: #73741C; }
a { background-color: rgb(115,116,28); }
div.DivClassName
{
background-color: #73741C;
}
.BgClassName
{
background-color: #73741C;
}
</style>
border-color css
<style>
span { border-color: #73741C; }
span { border-color: rgb(115,116,28); }
td.TdClassName
{
border-color: #73741C;
}
.TagClassName
{
border-color: #73741C;
}
</style>