Shades of Olive #756C00
Tints of Olive #756C00
RGB
CMYK
RGB Variations
Color information
#756C00 (or 0x756C00) is known color: Olive. HEX triplet: 75, 6C and 00. RGB value is (117,108,0). Sum of RGB (Red+Green+Blue) = 117+108+0=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #756C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C00 is #8A93FF. Grayscale: #626262. Windows color (decimal): -9081856 or 27765. OLE color: 27765.
HSL color Cylindrical-coordinate representation of color #756C00: hue angle of 55.38º 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 #756C00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.54 |
| HSL | 55.38º | 1% | 0.23% | - |
| HSV(B) | 55.38º | 1% | 0.46% | - |
| XYZ | 12.7 | 14.51 | 2.13 | - |
| YUV | 98.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 0 | 0 | 0.08 | 1 | 0.54 | 55.38 | 1 | 0.23 |
| Hex | 75 | 6C | 0 | 0 | 8 | 64 | 36 | 37 | 64 | 17 |
| Octal | 165 | 154 | 0 | 0 | 10 | 144 | 66 | 67 | 144 | 27 |
| Binary | 1110101 | 1101100 | 0 | 0 | 1000 | 1100100 | 110110 | 110111 | 1100100 | 10111 |
Color Harmonies of #756C00
Complementary color
Monochromatic Colors of #756C00
Black with #756C00
Text Example
Text Example
White with #756C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C00; }
p { color: rgb(117,108,0); }
H1.HeaderClassName
{
color: #756C00;
}
.AnyTagClassName
{
color: #756C00;
}
</style>
background-color css
<style>
a { background-color: #756C00; }
a { background-color: rgb(117,108,0); }
div.DivClassName
{
background-color: #756C00;
}
.BgClassName
{
background-color: #756C00;
}
</style>
border-color css
<style>
span { border-color: #756C00; }
span { border-color: rgb(117,108,0); }
td.TdClassName
{
border-color: #756C00;
}
.TagClassName
{
border-color: #756C00;
}
</style>