Shades of Olive #756E01
Tints of Olive #756E01
RGB
CMYK
RGB Variations
Color information
#756E01 (or 0x756E01) is known color: Olive. HEX triplet: 75, 6E and 01. RGB value is (117,110,1). Sum of RGB (Red+Green+Blue) = 117+110+1=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #756E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E01 is #8A91FE. Grayscale: #646464. Windows color (decimal): -9081343 or 93813. OLE color: 93813.
HSL color Cylindrical-coordinate representation of color #756E01: hue angle of 56.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #756E01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.54 |
| HSL | 56.38º | 0.98% | 0.23% | - |
| HSV(B) | 56.38º | 0.99% | 0.46% | - |
| XYZ | 12.92 | 14.94 | 2.23 | - |
| YUV | 99.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 1 | 0 | 0.06 | 0.99 | 0.54 | 56.38 | 0.98 | 0.23 |
| Hex | 75 | 6E | 1 | 0 | 6 | 63 | 36 | 38 | 62 | 17 |
| Octal | 165 | 156 | 1 | 0 | 6 | 143 | 66 | 70 | 142 | 27 |
| Binary | 1110101 | 1101110 | 1 | 0 | 110 | 1100011 | 110110 | 111000 | 1100010 | 10111 |
Color Harmonies of #756E01
Complementary color
Monochromatic Colors of #756E01
Black with #756E01
Text Example
Text Example
White with #756E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E01; }
p { color: rgb(117,110,1); }
H1.HeaderClassName
{
color: #756E01;
}
.AnyTagClassName
{
color: #756E01;
}
</style>
background-color css
<style>
a { background-color: #756E01; }
a { background-color: rgb(117,110,1); }
div.DivClassName
{
background-color: #756E01;
}
.BgClassName
{
background-color: #756E01;
}
</style>
border-color css
<style>
span { border-color: #756E01; }
span { border-color: rgb(117,110,1); }
td.TdClassName
{
border-color: #756E01;
}
.TagClassName
{
border-color: #756E01;
}
</style>