Shades of Olivetone #747618
Tints of Olivetone #747618
RGB
CMYK
RGB Variations
Color information
#747618 (or 0x747618) is known color: Olivetone. HEX triplet: 74, 76 and 18. RGB value is (116,118,24). Sum of RGB (Red+Green+Blue) = 116+118+24=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #747618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747618 is #8B89E7. Grayscale: #6B6B6B. Windows color (decimal): -9144808 or 1603188. OLE color: 1603188.
HSL color Cylindrical-coordinate representation of color #747618: hue angle of 61.28º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #747618 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 24 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.54 |
| HSL | 61.28º | 0.66% | 0.28% | - |
| HSV(B) | 61.28º | 0.8% | 0.46% | - |
| XYZ | 13.85 | 16.74 | 3.36 | - |
| YUV | 106.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 24 | 0.02 | 0 | 0.80 | 0.54 | 61.28 | 0.66 | 0.28 |
| Hex | 74 | 76 | 18 | 2 | 0 | 50 | 36 | 3D | 42 | 1C |
| Octal | 164 | 166 | 30 | 2 | 0 | 120 | 66 | 75 | 102 | 34 |
| Binary | 1110100 | 1110110 | 11000 | 10 | 0 | 1010000 | 110110 | 111101 | 1000010 | 11100 |
Color Harmonies of #747618
Complementary color
Monochromatic Colors of #747618
Black with #747618
Text Example
Text Example
White with #747618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747618; }
p { color: rgb(116,118,24); }
H1.HeaderClassName
{
color: #747618;
}
.AnyTagClassName
{
color: #747618;
}
</style>
background-color css
<style>
a { background-color: #747618; }
a { background-color: rgb(116,118,24); }
div.DivClassName
{
background-color: #747618;
}
.BgClassName
{
background-color: #747618;
}
</style>
border-color css
<style>
span { border-color: #747618; }
span { border-color: rgb(116,118,24); }
td.TdClassName
{
border-color: #747618;
}
.TagClassName
{
border-color: #747618;
}
</style>