Shades of Olive #757C00
Tints of Olive #757C00
RGB
CMYK
RGB Variations
Color information
#757C00 (or 0x757C00) is known color: Olive. HEX triplet: 75, 7C and 00. RGB value is (117,124,0). Sum of RGB (Red+Green+Blue) = 117+124+0=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #757C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757C00 is #8A83FF. Grayscale: #6C6C6C. Windows color (decimal): -9077760 or 31861. OLE color: 31861.
HSL color Cylindrical-coordinate representation of color #757C00: hue angle of 63.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757C00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.51 |
| HSL | 63.39º | 1% | 0.24% | - |
| HSV(B) | 63.39º | 1% | 0.49% | - |
| XYZ | 14.54 | 18.2 | 2.75 | - |
| YUV | 107.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 0 | 0.06 | 0 | 1 | 0.51 | 63.39 | 1 | 0.24 |
| Hex | 75 | 7C | 0 | 6 | 0 | 64 | 33 | 3F | 64 | 18 |
| Octal | 165 | 174 | 0 | 6 | 0 | 144 | 63 | 77 | 144 | 30 |
| Binary | 1110101 | 1111100 | 0 | 110 | 0 | 1100100 | 110011 | 111111 | 1100100 | 11000 |
Color Harmonies of #757C00
Complementary color
Monochromatic Colors of #757C00
Black with #757C00
Text Example
Text Example
White with #757C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C00; }
p { color: rgb(117,124,0); }
H1.HeaderClassName
{
color: #757C00;
}
.AnyTagClassName
{
color: #757C00;
}
</style>
background-color css
<style>
a { background-color: #757C00; }
a { background-color: rgb(117,124,0); }
div.DivClassName
{
background-color: #757C00;
}
.BgClassName
{
background-color: #757C00;
}
</style>
border-color css
<style>
span { border-color: #757C00; }
span { border-color: rgb(117,124,0); }
td.TdClassName
{
border-color: #757C00;
}
.TagClassName
{
border-color: #757C00;
}
</style>