Shades of Olive #757D00
Tints of Olive #757D00
RGB
CMYK
RGB Variations
Color information
#757D00 (or 0x757D00) is known color: Olive. HEX triplet: 75, 7D and 00. RGB value is (117,125,0). Sum of RGB (Red+Green+Blue) = 117+125+0=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #757D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757D00 is #8A82FF. Grayscale: #6C6C6C. Windows color (decimal): -9077504 or 32117. OLE color: 32117.
HSL color Cylindrical-coordinate representation of color #757D00: hue angle of 63.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757D00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.51 |
| HSL | 63.84º | 1% | 0.25% | - |
| HSV(B) | 63.84º | 1% | 0.49% | - |
| XYZ | 14.67 | 18.45 | 2.79 | - |
| YUV | 108.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 0 | 0.06 | 0 | 1 | 0.51 | 63.84 | 1 | 0.25 |
| Hex | 75 | 7D | 0 | 6 | 0 | 64 | 33 | 40 | 64 | 19 |
| Octal | 165 | 175 | 0 | 6 | 0 | 144 | 63 | 100 | 144 | 31 |
| Binary | 1110101 | 1111101 | 0 | 110 | 0 | 1100100 | 110011 | 1000000 | 1100100 | 11001 |
Color Harmonies of #757D00
Complementary color
Monochromatic Colors of #757D00
Black with #757D00
Text Example
Text Example
White with #757D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D00; }
p { color: rgb(117,125,0); }
H1.HeaderClassName
{
color: #757D00;
}
.AnyTagClassName
{
color: #757D00;
}
</style>
background-color css
<style>
a { background-color: #757D00; }
a { background-color: rgb(117,125,0); }
div.DivClassName
{
background-color: #757D00;
}
.BgClassName
{
background-color: #757D00;
}
</style>
border-color css
<style>
span { border-color: #757D00; }
span { border-color: rgb(117,125,0); }
td.TdClassName
{
border-color: #757D00;
}
.TagClassName
{
border-color: #757D00;
}
</style>