Shades of Olive #757305
Tints of Olive #757305
RGB
CMYK
RGB Variations
Color information
#757305 (or 0x757305) is known color: Olive. HEX triplet: 75, 73 and 05. RGB value is (117,115,5). Sum of RGB (Red+Green+Blue) = 117+115+5=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #757305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757305 is #8A8CFA. Grayscale: #676767. Windows color (decimal): -9080059 or 357237. OLE color: 357237.
HSL color Cylindrical-coordinate representation of color #757305: hue angle of 58.93º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #757305 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 5 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.54 |
| HSL | 58.93º | 0.92% | 0.24% | - |
| HSV(B) | 58.93º | 0.96% | 0.46% | - |
| XYZ | 13.49 | 16.05 | 2.53 | - |
| YUV | 103.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 5 | 0 | 0.02 | 0.96 | 0.54 | 58.93 | 0.92 | 0.24 |
| Hex | 75 | 73 | 5 | 0 | 2 | 60 | 36 | 3B | 5C | 18 |
| Octal | 165 | 163 | 5 | 0 | 2 | 140 | 66 | 73 | 134 | 30 |
| Binary | 1110101 | 1110011 | 101 | 0 | 10 | 1100000 | 110110 | 111011 | 1011100 | 11000 |
Color Harmonies of #757305
Complementary color
Monochromatic Colors of #757305
Black with #757305
Text Example
Text Example
White with #757305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757305; }
p { color: rgb(117,115,5); }
H1.HeaderClassName
{
color: #757305;
}
.AnyTagClassName
{
color: #757305;
}
</style>
background-color css
<style>
a { background-color: #757305; }
a { background-color: rgb(117,115,5); }
div.DivClassName
{
background-color: #757305;
}
.BgClassName
{
background-color: #757305;
}
</style>
border-color css
<style>
span { border-color: #757305; }
span { border-color: rgb(117,115,5); }
td.TdClassName
{
border-color: #757305;
}
.TagClassName
{
border-color: #757305;
}
</style>