Shades of Olivetone #747727
Tints of Olivetone #747727
RGB
CMYK
RGB Variations
Color information
#747727 (or 0x747727) is known color: Olivetone. HEX triplet: 74, 77 and 27. RGB value is (116,119,39). Sum of RGB (Red+Green+Blue) = 116+119+39=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #747727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747727 is #8B88D8. Grayscale: #6D6D6D. Windows color (decimal): -9144537 or 2586484. OLE color: 2586484.
HSL color Cylindrical-coordinate representation of color #747727: hue angle of 62.25º degrees, saturation: 0.51, 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 #747727 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 39 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.53 |
| HSL | 62.25º | 0.51% | 0.31% | - |
| HSV(B) | 62.25º | 0.67% | 0.47% | - |
| XYZ | 14.17 | 17.05 | 4.46 | - |
| YUV | 108.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 39 | 0.03 | 0 | 0.67 | 0.53 | 62.25 | 0.51 | 0.31 |
| Hex | 74 | 77 | 27 | 3 | 0 | 43 | 35 | 3E | 33 | 1F |
| Octal | 164 | 167 | 47 | 3 | 0 | 103 | 65 | 76 | 63 | 37 |
| Binary | 1110100 | 1110111 | 100111 | 11 | 0 | 1000011 | 110101 | 111110 | 110011 | 11111 |
Color Harmonies of #747727
Complementary color
Monochromatic Colors of #747727
Black with #747727
Text Example
Text Example
White with #747727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747727; }
p { color: rgb(116,119,39); }
H1.HeaderClassName
{
color: #747727;
}
.AnyTagClassName
{
color: #747727;
}
</style>
background-color css
<style>
a { background-color: #747727; }
a { background-color: rgb(116,119,39); }
div.DivClassName
{
background-color: #747727;
}
.BgClassName
{
background-color: #747727;
}
</style>
border-color css
<style>
span { border-color: #747727; }
span { border-color: rgb(116,119,39); }
td.TdClassName
{
border-color: #747727;
}
.TagClassName
{
border-color: #747727;
}
</style>