Shades of Olive #756400
Tints of Olive #756400
RGB
CMYK
RGB Variations
Color information
#756400 (or 0x756400) is known color: Olive. HEX triplet: 75, 64 and 00. RGB value is (117,100,0). Sum of RGB (Red+Green+Blue) = 117+100+0=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #756400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756400 is #8A9BFF. Grayscale: #5E5E5E. Windows color (decimal): -9083904 or 25717. OLE color: 25717.
HSL color Cylindrical-coordinate representation of color #756400: hue angle of 51.28º 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 #756400 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.54 |
| HSL | 51.28º | 1% | 0.23% | - |
| HSV(B) | 51.28º | 1% | 0.46% | - |
| XYZ | 11.89 | 12.9 | 1.86 | - |
| YUV | 93.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 0 | 0 | 0.15 | 1 | 0.54 | 51.28 | 1 | 0.23 |
| Hex | 75 | 64 | 0 | 0 | F | 64 | 36 | 33 | 64 | 17 |
| Octal | 165 | 144 | 0 | 0 | 17 | 144 | 66 | 63 | 144 | 27 |
| Binary | 1110101 | 1100100 | 0 | 0 | 1111 | 1100100 | 110110 | 110011 | 1100100 | 10111 |
Color Harmonies of #756400
Complementary color
Monochromatic Colors of #756400
Black with #756400
Text Example
Text Example
White with #756400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756400; }
p { color: rgb(117,100,0); }
H1.HeaderClassName
{
color: #756400;
}
.AnyTagClassName
{
color: #756400;
}
</style>
background-color css
<style>
a { background-color: #756400; }
a { background-color: rgb(117,100,0); }
div.DivClassName
{
background-color: #756400;
}
.BgClassName
{
background-color: #756400;
}
</style>
border-color css
<style>
span { border-color: #756400; }
span { border-color: rgb(117,100,0); }
td.TdClassName
{
border-color: #756400;
}
.TagClassName
{
border-color: #756400;
}
</style>