Shades of Olive #757502
Tints of Olive #757502
RGB
CMYK
RGB Variations
Color information
#757502 (or 0x757502) is known color: Olive. HEX triplet: 75, 75 and 02. RGB value is (117,117,2). Sum of RGB (Red+Green+Blue) = 117+117+2=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757502 is #8A8AFD. Grayscale: #686868. Windows color (decimal): -9079550 or 161141. OLE color: 161141.
HSL color Cylindrical-coordinate representation of color #757502: hue angle of 60º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #757502 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.54 |
| HSL | 60º | 0.97% | 0.23% | - |
| HSV(B) | 60º | 0.98% | 0.46% | - |
| XYZ | 13.71 | 16.51 | 2.52 | - |
| YUV | 103.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 2 | 0 | 0 | 0.98 | 0.54 | 60 | 0.97 | 0.23 |
| Hex | 75 | 75 | 2 | 0 | 0 | 62 | 36 | 3C | 61 | 17 |
| Octal | 165 | 165 | 2 | 0 | 0 | 142 | 66 | 74 | 141 | 27 |
| Binary | 1110101 | 1110101 | 10 | 0 | 0 | 1100010 | 110110 | 111100 | 1100001 | 10111 |
Color Harmonies of #757502
Complementary color
Monochromatic Colors of #757502
Black with #757502
Text Example
Text Example
White with #757502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757502; }
p { color: rgb(117,117,2); }
H1.HeaderClassName
{
color: #757502;
}
.AnyTagClassName
{
color: #757502;
}
</style>
background-color css
<style>
a { background-color: #757502; }
a { background-color: rgb(117,117,2); }
div.DivClassName
{
background-color: #757502;
}
.BgClassName
{
background-color: #757502;
}
</style>
border-color css
<style>
span { border-color: #757502; }
span { border-color: rgb(117,117,2); }
td.TdClassName
{
border-color: #757502;
}
.TagClassName
{
border-color: #757502;
}
</style>