Shades of Olive #756F00
Tints of Olive #756F00
RGB
CMYK
RGB Variations
Color information
#756F00 (or 0x756F00) is known color: Olive. HEX triplet: 75, 6F and 00. RGB value is (117,111,0). Sum of RGB (Red+Green+Blue) = 117+111+0=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #756F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F00 is #8A90FF. Grayscale: #646464. Windows color (decimal): -9081088 or 28533. OLE color: 28533.
HSL color Cylindrical-coordinate representation of color #756F00: hue angle of 56.92º 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 #756F00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.54 |
| HSL | 56.92º | 1% | 0.23% | - |
| HSV(B) | 56.92º | 1% | 0.46% | - |
| XYZ | 13.02 | 15.15 | 2.24 | - |
| YUV | 100.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 0 | 0 | 0.05 | 1 | 0.54 | 56.92 | 1 | 0.23 |
| Hex | 75 | 6F | 0 | 0 | 5 | 64 | 36 | 39 | 64 | 17 |
| Octal | 165 | 157 | 0 | 0 | 5 | 144 | 66 | 71 | 144 | 27 |
| Binary | 1110101 | 1101111 | 0 | 0 | 101 | 1100100 | 110110 | 111001 | 1100100 | 10111 |
Color Harmonies of #756F00
Complementary color
Monochromatic Colors of #756F00
Black with #756F00
Text Example
Text Example
White with #756F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F00; }
p { color: rgb(117,111,0); }
H1.HeaderClassName
{
color: #756F00;
}
.AnyTagClassName
{
color: #756F00;
}
</style>
background-color css
<style>
a { background-color: #756F00; }
a { background-color: rgb(117,111,0); }
div.DivClassName
{
background-color: #756F00;
}
.BgClassName
{
background-color: #756F00;
}
</style>
border-color css
<style>
span { border-color: #756F00; }
span { border-color: rgb(117,111,0); }
td.TdClassName
{
border-color: #756F00;
}
.TagClassName
{
border-color: #756F00;
}
</style>