Shades of Olive #747808
Tints of Olive #747808
RGB
CMYK
RGB Variations
Color information
#747808 (or 0x747808) is known color: Olive. HEX triplet: 74, 78 and 08. RGB value is (116,120,8). Sum of RGB (Red+Green+Blue) = 116+120+8=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #747808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747808 is #8B87F7. Grayscale: #6A6A6A. Windows color (decimal): -9144312 or 555124. OLE color: 555124.
HSL color Cylindrical-coordinate representation of color #747808: hue angle of 62.14º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747808 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 8 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.53 |
| HSL | 62.14º | 0.88% | 0.25% | - |
| HSV(B) | 62.14º | 0.93% | 0.47% | - |
| XYZ | 13.96 | 17.16 | 2.81 | - |
| YUV | 106.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 8 | 0.03 | 0 | 0.93 | 0.53 | 62.14 | 0.88 | 0.25 |
| Hex | 74 | 78 | 8 | 3 | 0 | 5D | 35 | 3E | 58 | 19 |
| Octal | 164 | 170 | 10 | 3 | 0 | 135 | 65 | 76 | 130 | 31 |
| Binary | 1110100 | 1111000 | 1000 | 11 | 0 | 1011101 | 110101 | 111110 | 1011000 | 11001 |
Color Harmonies of #747808
Complementary color
Monochromatic Colors of #747808
Black with #747808
Text Example
Text Example
White with #747808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747808; }
p { color: rgb(116,120,8); }
H1.HeaderClassName
{
color: #747808;
}
.AnyTagClassName
{
color: #747808;
}
</style>
background-color css
<style>
a { background-color: #747808; }
a { background-color: rgb(116,120,8); }
div.DivClassName
{
background-color: #747808;
}
.BgClassName
{
background-color: #747808;
}
</style>
border-color css
<style>
span { border-color: #747808; }
span { border-color: rgb(116,120,8); }
td.TdClassName
{
border-color: #747808;
}
.TagClassName
{
border-color: #747808;
}
</style>