Shades of Olivetone #747728
Tints of Olivetone #747728
RGB
CMYK
RGB Variations
Color information
#747728 (or 0x747728) is known color: Olivetone. HEX triplet: 74, 77 and 28. RGB value is (116,119,40). Sum of RGB (Red+Green+Blue) = 116+119+40=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #747728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747728 is #8B88D7. Grayscale: #6D6D6D. Windows color (decimal): -9144536 or 2652020. OLE color: 2652020.
HSL color Cylindrical-coordinate representation of color #747728: hue angle of 62.28º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #747728 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 40 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.53 |
| HSL | 62.28º | 0.5% | 0.31% | - |
| HSV(B) | 62.28º | 0.66% | 0.47% | - |
| XYZ | 14.18 | 17.06 | 4.55 | - |
| YUV | 109.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 40 | 0.03 | 0 | 0.66 | 0.53 | 62.28 | 0.5 | 0.31 |
| Hex | 74 | 77 | 28 | 3 | 0 | 42 | 35 | 3E | 32 | 1F |
| Octal | 164 | 167 | 50 | 3 | 0 | 102 | 65 | 76 | 62 | 37 |
| Binary | 1110100 | 1110111 | 101000 | 11 | 0 | 1000010 | 110101 | 111110 | 110010 | 11111 |
Color Harmonies of #747728
Complementary color
Monochromatic Colors of #747728
Black with #747728
Text Example
Text Example
White with #747728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747728; }
p { color: rgb(116,119,40); }
H1.HeaderClassName
{
color: #747728;
}
.AnyTagClassName
{
color: #747728;
}
</style>
background-color css
<style>
a { background-color: #747728; }
a { background-color: rgb(116,119,40); }
div.DivClassName
{
background-color: #747728;
}
.BgClassName
{
background-color: #747728;
}
</style>
border-color css
<style>
span { border-color: #747728; }
span { border-color: rgb(116,119,40); }
td.TdClassName
{
border-color: #747728;
}
.TagClassName
{
border-color: #747728;
}
</style>