Shades of Olive #756500
Tints of Olive #756500
RGB
CMYK
RGB Variations
Color information
#756500 (or 0x756500) is known color: Olive. HEX triplet: 75, 65 and 00. RGB value is (117,101,0). Sum of RGB (Red+Green+Blue) = 117+101+0=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #756500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756500 is #8A9AFF. Grayscale: #5E5E5E. Windows color (decimal): -9083648 or 25973. OLE color: 25973.
HSL color Cylindrical-coordinate representation of color #756500: hue angle of 51.79º 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 #756500 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.54 |
| HSL | 51.79º | 1% | 0.23% | - |
| HSV(B) | 51.79º | 1% | 0.46% | - |
| XYZ | 11.99 | 13.09 | 1.89 | - |
| YUV | 94.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 0 | 0 | 0.14 | 1 | 0.54 | 51.79 | 1 | 0.23 |
| Hex | 75 | 65 | 0 | 0 | E | 64 | 36 | 34 | 64 | 17 |
| Octal | 165 | 145 | 0 | 0 | 16 | 144 | 66 | 64 | 144 | 27 |
| Binary | 1110101 | 1100101 | 0 | 0 | 1110 | 1100100 | 110110 | 110100 | 1100100 | 10111 |
Color Harmonies of #756500
Complementary color
Monochromatic Colors of #756500
Black with #756500
Text Example
Text Example
White with #756500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756500; }
p { color: rgb(117,101,0); }
H1.HeaderClassName
{
color: #756500;
}
.AnyTagClassName
{
color: #756500;
}
</style>
background-color css
<style>
a { background-color: #756500; }
a { background-color: rgb(117,101,0); }
div.DivClassName
{
background-color: #756500;
}
.BgClassName
{
background-color: #756500;
}
</style>
border-color css
<style>
span { border-color: #756500; }
span { border-color: rgb(117,101,0); }
td.TdClassName
{
border-color: #756500;
}
.TagClassName
{
border-color: #756500;
}
</style>