Shades of Olivetone #747819
Tints of Olivetone #747819
RGB
CMYK
RGB Variations
Color information
#747819 (or 0x747819) is known color: Olivetone. HEX triplet: 74, 78 and 19. RGB value is (116,120,25). Sum of RGB (Red+Green+Blue) = 116+120+25=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #747819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747819 is #8B87E6. Grayscale: #6C6C6C. Windows color (decimal): -9144295 or 1669236. OLE color: 1669236.
HSL color Cylindrical-coordinate representation of color #747819: hue angle of 62.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #747819 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 25 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.53 |
| HSL | 62.53º | 0.66% | 0.28% | - |
| HSV(B) | 62.53º | 0.79% | 0.47% | - |
| XYZ | 14.09 | 17.22 | 3.5 | - |
| YUV | 107.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 25 | 0.03 | 0 | 0.79 | 0.53 | 62.53 | 0.66 | 0.28 |
| Hex | 74 | 78 | 19 | 3 | 0 | 4F | 35 | 3F | 42 | 1C |
| Octal | 164 | 170 | 31 | 3 | 0 | 117 | 65 | 77 | 102 | 34 |
| Binary | 1110100 | 1111000 | 11001 | 11 | 0 | 1001111 | 110101 | 111111 | 1000010 | 11100 |
Color Harmonies of #747819
Complementary color
Monochromatic Colors of #747819
Black with #747819
Text Example
Text Example
White with #747819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747819; }
p { color: rgb(116,120,25); }
H1.HeaderClassName
{
color: #747819;
}
.AnyTagClassName
{
color: #747819;
}
</style>
background-color css
<style>
a { background-color: #747819; }
a { background-color: rgb(116,120,25); }
div.DivClassName
{
background-color: #747819;
}
.BgClassName
{
background-color: #747819;
}
</style>
border-color css
<style>
span { border-color: #747819; }
span { border-color: rgb(116,120,25); }
td.TdClassName
{
border-color: #747819;
}
.TagClassName
{
border-color: #747819;
}
</style>