Shades of Olive #757200
Tints of Olive #757200
RGB
CMYK
RGB Variations
Color information
#757200 (or 0x757200) is known color: Olive. HEX triplet: 75, 72 and 00. RGB value is (117,114,0). Sum of RGB (Red+Green+Blue) = 117+114+0=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #757200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757200 is #8A8DFF. Grayscale: #666666. Windows color (decimal): -9080320 or 29301. OLE color: 29301.
HSL color Cylindrical-coordinate representation of color #757200: hue angle of 58.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.54 |
| HSL | 58.46º | 1% | 0.23% | - |
| HSV(B) | 58.46º | 1% | 0.46% | - |
| XYZ | 13.35 | 15.82 | 2.35 | - |
| YUV | 101.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 0 | 0 | 0.03 | 1 | 0.54 | 58.46 | 1 | 0.23 |
| Hex | 75 | 72 | 0 | 0 | 3 | 64 | 36 | 3A | 64 | 17 |
| Octal | 165 | 162 | 0 | 0 | 3 | 144 | 66 | 72 | 144 | 27 |
| Binary | 1110101 | 1110010 | 0 | 0 | 11 | 1100100 | 110110 | 111010 | 1100100 | 10111 |
Color Harmonies of #757200
Complementary color
Monochromatic Colors of #757200
Black with #757200
Text Example
Text Example
White with #757200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757200; }
p { color: rgb(117,114,0); }
H1.HeaderClassName
{
color: #757200;
}
.AnyTagClassName
{
color: #757200;
}
</style>
background-color css
<style>
a { background-color: #757200; }
a { background-color: rgb(117,114,0); }
div.DivClassName
{
background-color: #757200;
}
.BgClassName
{
background-color: #757200;
}
</style>
border-color css
<style>
span { border-color: #757200; }
span { border-color: rgb(117,114,0); }
td.TdClassName
{
border-color: #757200;
}
.TagClassName
{
border-color: #757200;
}
</style>