Shades of Olivetone #737619
Tints of Olivetone #737619
RGB
CMYK
RGB Variations
Color information
#737619 (or 0x737619) is known color: Olivetone. HEX triplet: 73, 76 and 19. RGB value is (115,118,25). Sum of RGB (Red+Green+Blue) = 115+118+25=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #737619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737619 is #8C89E6. Grayscale: #6A6A6A. Windows color (decimal): -9210343 or 1668723. OLE color: 1668723.
HSL color Cylindrical-coordinate representation of color #737619: hue angle of 61.94º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #737619 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 25 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.54 |
| HSL | 61.94º | 0.65% | 0.28% | - |
| HSV(B) | 61.94º | 0.79% | 0.46% | - |
| XYZ | 13.72 | 16.67 | 3.41 | - |
| YUV | 106.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 25 | 0.03 | 0 | 0.79 | 0.54 | 61.94 | 0.65 | 0.28 |
| Hex | 73 | 76 | 19 | 3 | 0 | 4F | 36 | 3E | 41 | 1C |
| Octal | 163 | 166 | 31 | 3 | 0 | 117 | 66 | 76 | 101 | 34 |
| Binary | 1110011 | 1110110 | 11001 | 11 | 0 | 1001111 | 110110 | 111110 | 1000001 | 11100 |
Color Harmonies of #737619
Complementary color
Monochromatic Colors of #737619
Black with #737619
Text Example
Text Example
White with #737619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737619; }
p { color: rgb(115,118,25); }
H1.HeaderClassName
{
color: #737619;
}
.AnyTagClassName
{
color: #737619;
}
</style>
background-color css
<style>
a { background-color: #737619; }
a { background-color: rgb(115,118,25); }
div.DivClassName
{
background-color: #737619;
}
.BgClassName
{
background-color: #737619;
}
</style>
border-color css
<style>
span { border-color: #737619; }
span { border-color: rgb(115,118,25); }
td.TdClassName
{
border-color: #737619;
}
.TagClassName
{
border-color: #737619;
}
</style>