Shades of Olive #757408
Tints of Olive #757408
RGB
CMYK
RGB Variations
Color information
#757408 (or 0x757408) is known color: Olive. HEX triplet: 75, 74 and 08. RGB value is (117,116,8). Sum of RGB (Red+Green+Blue) = 117+116+8=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #757408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757408 is #8A8BF7. Grayscale: #686868. Windows color (decimal): -9079800 or 554101. OLE color: 554101.
HSL color Cylindrical-coordinate representation of color #757408: hue angle of 59.45º 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 #757408 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 8 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.54 |
| HSL | 59.45º | 0.87% | 0.25% | - |
| HSV(B) | 59.45º | 0.93% | 0.46% | - |
| XYZ | 13.63 | 16.29 | 2.66 | - |
| YUV | 103.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 8 | 0 | 0.01 | 0.93 | 0.54 | 59.45 | 0.87 | 0.25 |
| Hex | 75 | 74 | 8 | 0 | 1 | 5D | 36 | 3B | 57 | 19 |
| Octal | 165 | 164 | 10 | 0 | 1 | 135 | 66 | 73 | 127 | 31 |
| Binary | 1110101 | 1110100 | 1000 | 0 | 1 | 1011101 | 110110 | 111011 | 1010111 | 11001 |
Color Harmonies of #757408
Complementary color
Monochromatic Colors of #757408
Black with #757408
Text Example
Text Example
White with #757408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757408; }
p { color: rgb(117,116,8); }
H1.HeaderClassName
{
color: #757408;
}
.AnyTagClassName
{
color: #757408;
}
</style>
background-color css
<style>
a { background-color: #757408; }
a { background-color: rgb(117,116,8); }
div.DivClassName
{
background-color: #757408;
}
.BgClassName
{
background-color: #757408;
}
</style>
border-color css
<style>
span { border-color: #757408; }
span { border-color: rgb(117,116,8); }
td.TdClassName
{
border-color: #757408;
}
.TagClassName
{
border-color: #757408;
}
</style>