Shades of Olivetone #747619
Tints of Olivetone #747619
RGB
CMYK
RGB Variations
Color information
#747619 (or 0x747619) is known color: Olivetone. HEX triplet: 74, 76 and 19. RGB value is (116,118,25). Sum of RGB (Red+Green+Blue) = 116+118+25=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #747619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747619 is #8B89E6. Grayscale: #6B6B6B. Windows color (decimal): -9144807 or 1668724. OLE color: 1668724.
HSL color Cylindrical-coordinate representation of color #747619: hue angle of 61.29º 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 #747619 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 25 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.54 |
| HSL | 61.29º | 0.65% | 0.28% | - |
| HSV(B) | 61.29º | 0.79% | 0.46% | - |
| XYZ | 13.86 | 16.74 | 3.42 | - |
| YUV | 106.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 25 | 0.02 | 0 | 0.79 | 0.54 | 61.29 | 0.65 | 0.28 |
| Hex | 74 | 76 | 19 | 2 | 0 | 4F | 36 | 3D | 41 | 1C |
| Octal | 164 | 166 | 31 | 2 | 0 | 117 | 66 | 75 | 101 | 34 |
| Binary | 1110100 | 1110110 | 11001 | 10 | 0 | 1001111 | 110110 | 111101 | 1000001 | 11100 |
Color Harmonies of #747619
Complementary color
Monochromatic Colors of #747619
Black with #747619
Text Example
Text Example
White with #747619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747619; }
p { color: rgb(116,118,25); }
H1.HeaderClassName
{
color: #747619;
}
.AnyTagClassName
{
color: #747619;
}
</style>
background-color css
<style>
a { background-color: #747619; }
a { background-color: rgb(116,118,25); }
div.DivClassName
{
background-color: #747619;
}
.BgClassName
{
background-color: #747619;
}
</style>
border-color css
<style>
span { border-color: #747619; }
span { border-color: rgb(116,118,25); }
td.TdClassName
{
border-color: #747619;
}
.TagClassName
{
border-color: #747619;
}
</style>