Shades of Olivetone #747927
Tints of Olivetone #747927
RGB
CMYK
RGB Variations
Color information
#747927 (or 0x747927) is known color: Olivetone. HEX triplet: 74, 79 and 27. RGB value is (116,121,39). Sum of RGB (Red+Green+Blue) = 116+121+39=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #747927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747927 is #8B86D8. Grayscale: #6E6E6E. Windows color (decimal): -9144025 or 2586996. OLE color: 2586996.
HSL color Cylindrical-coordinate representation of color #747927: hue angle of 63.66º 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 #747927 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 39 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.53 |
| HSL | 63.66º | 0.51% | 0.31% | - |
| HSV(B) | 63.66º | 0.68% | 0.47% | - |
| XYZ | 14.41 | 17.53 | 4.54 | - |
| YUV | 110.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 39 | 0.04 | 0 | 0.68 | 0.53 | 63.66 | 0.51 | 0.31 |
| Hex | 74 | 79 | 27 | 4 | 0 | 44 | 35 | 40 | 33 | 1F |
| Octal | 164 | 171 | 47 | 4 | 0 | 104 | 65 | 100 | 63 | 37 |
| Binary | 1110100 | 1111001 | 100111 | 100 | 0 | 1000100 | 110101 | 1000000 | 110011 | 11111 |
Color Harmonies of #747927
Complementary color
Monochromatic Colors of #747927
Black with #747927
Text Example
Text Example
White with #747927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747927; }
p { color: rgb(116,121,39); }
H1.HeaderClassName
{
color: #747927;
}
.AnyTagClassName
{
color: #747927;
}
</style>
background-color css
<style>
a { background-color: #747927; }
a { background-color: rgb(116,121,39); }
div.DivClassName
{
background-color: #747927;
}
.BgClassName
{
background-color: #747927;
}
</style>
border-color css
<style>
span { border-color: #747927; }
span { border-color: rgb(116,121,39); }
td.TdClassName
{
border-color: #747927;
}
.TagClassName
{
border-color: #747927;
}
</style>