Shades of Olivetone #747828
Tints of Olivetone #747828
RGB
CMYK
RGB Variations
Color information
#747828 (or 0x747828) is known color: Olivetone. HEX triplet: 74, 78 and 28. RGB value is (116,120,40). Sum of RGB (Red+Green+Blue) = 116+120+40=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #747828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747828 is #8B87D7. Grayscale: #6E6E6E. Windows color (decimal): -9144280 or 2652276. OLE color: 2652276.
HSL color Cylindrical-coordinate representation of color #747828: hue angle of 63º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747828 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 40 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.53 |
| HSL | 63º | 0.5% | 0.31% | - |
| HSV(B) | 63º | 0.67% | 0.47% | - |
| XYZ | 14.3 | 17.3 | 4.59 | - |
| YUV | 109.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 40 | 0.03 | 0 | 0.67 | 0.53 | 63 | 0.5 | 0.31 |
| Hex | 74 | 78 | 28 | 3 | 0 | 43 | 35 | 3F | 32 | 1F |
| Octal | 164 | 170 | 50 | 3 | 0 | 103 | 65 | 77 | 62 | 37 |
| Binary | 1110100 | 1111000 | 101000 | 11 | 0 | 1000011 | 110101 | 111111 | 110010 | 11111 |
Color Harmonies of #747828
Complementary color
Monochromatic Colors of #747828
Black with #747828
Text Example
Text Example
White with #747828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747828; }
p { color: rgb(116,120,40); }
H1.HeaderClassName
{
color: #747828;
}
.AnyTagClassName
{
color: #747828;
}
</style>
background-color css
<style>
a { background-color: #747828; }
a { background-color: rgb(116,120,40); }
div.DivClassName
{
background-color: #747828;
}
.BgClassName
{
background-color: #747828;
}
</style>
border-color css
<style>
span { border-color: #747828; }
span { border-color: rgb(116,120,40); }
td.TdClassName
{
border-color: #747828;
}
.TagClassName
{
border-color: #747828;
}
</style>