Shades of Olivetone #747827
Tints of Olivetone #747827
RGB
CMYK
RGB Variations
Color information
#747827 (or 0x747827) is known color: Olivetone. HEX triplet: 74, 78 and 27. RGB value is (116,120,39). Sum of RGB (Red+Green+Blue) = 116+120+39=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #747827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747827 is #8B87D8. Grayscale: #6D6D6D. Windows color (decimal): -9144281 or 2586740. OLE color: 2586740.
HSL color Cylindrical-coordinate representation of color #747827: hue angle of 62.96º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #747827 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 39 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.53 |
| HSL | 62.96º | 0.51% | 0.31% | - |
| HSV(B) | 62.96º | 0.68% | 0.47% | - |
| XYZ | 14.29 | 17.29 | 4.5 | - |
| YUV | 109.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 39 | 0.03 | 0 | 0.67 | 0.53 | 62.96 | 0.51 | 0.31 |
| Hex | 74 | 78 | 27 | 3 | 0 | 43 | 35 | 3F | 33 | 1F |
| Octal | 164 | 170 | 47 | 3 | 0 | 103 | 65 | 77 | 63 | 37 |
| Binary | 1110100 | 1111000 | 100111 | 11 | 0 | 1000011 | 110101 | 111111 | 110011 | 11111 |
Color Harmonies of #747827
Complementary color
Monochromatic Colors of #747827
Black with #747827
Text Example
Text Example
White with #747827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747827; }
p { color: rgb(116,120,39); }
H1.HeaderClassName
{
color: #747827;
}
.AnyTagClassName
{
color: #747827;
}
</style>
background-color css
<style>
a { background-color: #747827; }
a { background-color: rgb(116,120,39); }
div.DivClassName
{
background-color: #747827;
}
.BgClassName
{
background-color: #747827;
}
</style>
border-color css
<style>
span { border-color: #747827; }
span { border-color: rgb(116,120,39); }
td.TdClassName
{
border-color: #747827;
}
.TagClassName
{
border-color: #747827;
}
</style>