Shades of Olive #757301
Tints of Olive #757301
RGB
CMYK
RGB Variations
Color information
#757301 (or 0x757301) is known color: Olive. HEX triplet: 75, 73 and 01. RGB value is (117,115,1). Sum of RGB (Red+Green+Blue) = 117+115+1=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #757301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757301 is #8A8CFE. Grayscale: #676767. Windows color (decimal): -9080063 or 95093. OLE color: 95093.
HSL color Cylindrical-coordinate representation of color #757301: hue angle of 58.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #757301 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.54 |
| HSL | 58.97º | 0.98% | 0.23% | - |
| HSV(B) | 58.97º | 0.99% | 0.46% | - |
| XYZ | 13.47 | 16.05 | 2.42 | - |
| YUV | 102.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 1 | 0 | 0.02 | 0.99 | 0.54 | 58.97 | 0.98 | 0.23 |
| Hex | 75 | 73 | 1 | 0 | 2 | 63 | 36 | 3B | 62 | 17 |
| Octal | 165 | 163 | 1 | 0 | 2 | 143 | 66 | 73 | 142 | 27 |
| Binary | 1110101 | 1110011 | 1 | 0 | 10 | 1100011 | 110110 | 111011 | 1100010 | 10111 |
Color Harmonies of #757301
Complementary color
Monochromatic Colors of #757301
Black with #757301
Text Example
Text Example
White with #757301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757301; }
p { color: rgb(117,115,1); }
H1.HeaderClassName
{
color: #757301;
}
.AnyTagClassName
{
color: #757301;
}
</style>
background-color css
<style>
a { background-color: #757301; }
a { background-color: rgb(117,115,1); }
div.DivClassName
{
background-color: #757301;
}
.BgClassName
{
background-color: #757301;
}
</style>
border-color css
<style>
span { border-color: #757301; }
span { border-color: rgb(117,115,1); }
td.TdClassName
{
border-color: #757301;
}
.TagClassName
{
border-color: #757301;
}
</style>