Shades of Olivetone #747717
Tints of Olivetone #747717
RGB
CMYK
RGB Variations
Color information
#747717 (or 0x747717) is known color: Olivetone. HEX triplet: 74, 77 and 17. RGB value is (116,119,23). Sum of RGB (Red+Green+Blue) = 116+119+23=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #747717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747717 is #8B88E8. Grayscale: #6B6B6B. Windows color (decimal): -9144553 or 1537908. OLE color: 1537908.
HSL color Cylindrical-coordinate representation of color #747717: hue angle of 61.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #747717 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 23 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.53 |
| HSL | 61.88º | 0.68% | 0.28% | - |
| HSV(B) | 61.88º | 0.81% | 0.47% | - |
| XYZ | 13.95 | 16.97 | 3.35 | - |
| YUV | 107.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 23 | 0.03 | 0 | 0.81 | 0.53 | 61.88 | 0.68 | 0.28 |
| Hex | 74 | 77 | 17 | 3 | 0 | 51 | 35 | 3E | 44 | 1C |
| Octal | 164 | 167 | 27 | 3 | 0 | 121 | 65 | 76 | 104 | 34 |
| Binary | 1110100 | 1110111 | 10111 | 11 | 0 | 1010001 | 110101 | 111110 | 1000100 | 11100 |
Color Harmonies of #747717
Complementary color
Monochromatic Colors of #747717
Black with #747717
Text Example
Text Example
White with #747717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747717; }
p { color: rgb(116,119,23); }
H1.HeaderClassName
{
color: #747717;
}
.AnyTagClassName
{
color: #747717;
}
</style>
background-color css
<style>
a { background-color: #747717; }
a { background-color: rgb(116,119,23); }
div.DivClassName
{
background-color: #747717;
}
.BgClassName
{
background-color: #747717;
}
</style>
border-color css
<style>
span { border-color: #747717; }
span { border-color: rgb(116,119,23); }
td.TdClassName
{
border-color: #747717;
}
.TagClassName
{
border-color: #747717;
}
</style>