Shades of Olive #747508
Tints of Olive #747508
RGB
CMYK
RGB Variations
Color information
#747508 (or 0x747508) is known color: Olive. HEX triplet: 74, 75 and 08. RGB value is (116,117,8). Sum of RGB (Red+Green+Blue) = 116+117+8=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #747508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747508 is #8B8AF7. Grayscale: #686868. Windows color (decimal): -9145080 or 554356. OLE color: 554356.
HSL color Cylindrical-coordinate representation of color #747508: hue angle of 60.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747508 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 8 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.54 |
| HSL | 60.55º | 0.87% | 0.25% | - |
| HSV(B) | 60.55º | 0.93% | 0.46% | - |
| XYZ | 13.61 | 16.45 | 2.69 | - |
| YUV | 104.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 8 | 0.01 | 0 | 0.93 | 0.54 | 60.55 | 0.87 | 0.25 |
| Hex | 74 | 75 | 8 | 1 | 0 | 5D | 36 | 3D | 57 | 19 |
| Octal | 164 | 165 | 10 | 1 | 0 | 135 | 66 | 75 | 127 | 31 |
| Binary | 1110100 | 1110101 | 1000 | 1 | 0 | 1011101 | 110110 | 111101 | 1010111 | 11001 |
Color Harmonies of #747508
Complementary color
Monochromatic Colors of #747508
Black with #747508
Text Example
Text Example
White with #747508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747508; }
p { color: rgb(116,117,8); }
H1.HeaderClassName
{
color: #747508;
}
.AnyTagClassName
{
color: #747508;
}
</style>
background-color css
<style>
a { background-color: #747508; }
a { background-color: rgb(116,117,8); }
div.DivClassName
{
background-color: #747508;
}
.BgClassName
{
background-color: #747508;
}
</style>
border-color css
<style>
span { border-color: #747508; }
span { border-color: rgb(116,117,8); }
td.TdClassName
{
border-color: #747508;
}
.TagClassName
{
border-color: #747508;
}
</style>