Shades of Olive #756E0B
Tints of Olive #756E0B
RGB
CMYK
RGB Variations
Color information
#756E0B (or 0x756E0B) is known color: Olive. HEX triplet: 75, 6E and 0B. RGB value is (117,110,11). Sum of RGB (Red+Green+Blue) = 117+110+11=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #756E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E0B is #8A91F4. Grayscale: #656565. Windows color (decimal): -9081333 or 749173. OLE color: 749173.
HSL color Cylindrical-coordinate representation of color #756E0B: hue angle of 56.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #756E0B is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 11 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.54 |
| HSL | 56.04º | 0.83% | 0.25% | - |
| HSV(B) | 56.04º | 0.91% | 0.46% | - |
| XYZ | 12.97 | 14.96 | 2.52 | - |
| YUV | 100.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 11 | 0 | 0.06 | 0.91 | 0.54 | 56.04 | 0.83 | 0.25 |
| Hex | 75 | 6E | B | 0 | 6 | 5B | 36 | 38 | 53 | 19 |
| Octal | 165 | 156 | 13 | 0 | 6 | 133 | 66 | 70 | 123 | 31 |
| Binary | 1110101 | 1101110 | 1011 | 0 | 110 | 1011011 | 110110 | 111000 | 1010011 | 11001 |
Color Harmonies of #756E0B
Complementary color
Monochromatic Colors of #756E0B
Black with #756E0B
Text Example
Text Example
White with #756E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E0B; }
p { color: rgb(117,110,11); }
H1.HeaderClassName
{
color: #756E0B;
}
.AnyTagClassName
{
color: #756E0B;
}
</style>
background-color css
<style>
a { background-color: #756E0B; }
a { background-color: rgb(117,110,11); }
div.DivClassName
{
background-color: #756E0B;
}
.BgClassName
{
background-color: #756E0B;
}
</style>
border-color css
<style>
span { border-color: #756E0B; }
span { border-color: rgb(117,110,11); }
td.TdClassName
{
border-color: #756E0B;
}
.TagClassName
{
border-color: #756E0B;
}
</style>