Shades of Olive #756F08
Tints of Olive #756F08
RGB
CMYK
RGB Variations
Color information
#756F08 (or 0x756F08) is known color: Olive. HEX triplet: 75, 6F and 08. RGB value is (117,111,8). Sum of RGB (Red+Green+Blue) = 117+111+8=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F08 is #8A90F7. Grayscale: #656565. Windows color (decimal): -9081080 or 552821. OLE color: 552821.
HSL color Cylindrical-coordinate representation of color #756F08: hue angle of 56.7º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #756F08 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 8 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.54 |
| HSL | 56.7º | 0.87% | 0.25% | - |
| HSV(B) | 56.7º | 0.93% | 0.46% | - |
| XYZ | 13.06 | 15.17 | 2.47 | - |
| YUV | 101.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 8 | 0 | 0.05 | 0.93 | 0.54 | 56.7 | 0.87 | 0.25 |
| Hex | 75 | 6F | 8 | 0 | 5 | 5D | 36 | 39 | 57 | 19 |
| Octal | 165 | 157 | 10 | 0 | 5 | 135 | 66 | 71 | 127 | 31 |
| Binary | 1110101 | 1101111 | 1000 | 0 | 101 | 1011101 | 110110 | 111001 | 1010111 | 11001 |
Color Harmonies of #756F08
Complementary color
Monochromatic Colors of #756F08
Black with #756F08
Text Example
Text Example
White with #756F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F08; }
p { color: rgb(117,111,8); }
H1.HeaderClassName
{
color: #756F08;
}
.AnyTagClassName
{
color: #756F08;
}
</style>
background-color css
<style>
a { background-color: #756F08; }
a { background-color: rgb(117,111,8); }
div.DivClassName
{
background-color: #756F08;
}
.BgClassName
{
background-color: #756F08;
}
</style>
border-color css
<style>
span { border-color: #756F08; }
span { border-color: rgb(117,111,8); }
td.TdClassName
{
border-color: #756F08;
}
.TagClassName
{
border-color: #756F08;
}
</style>