Shades of Olive #756E09
Tints of Olive #756E09
RGB
CMYK
RGB Variations
Color information
#756E09 (or 0x756E09) is known color: Olive. HEX triplet: 75, 6E and 09. RGB value is (117,110,9). Sum of RGB (Red+Green+Blue) = 117+110+9=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E09 is #8A91F6. Grayscale: #646464. Windows color (decimal): -9081335 or 618101. OLE color: 618101.
HSL color Cylindrical-coordinate representation of color #756E09: hue angle of 56.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #756E09 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 9 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.54 |
| HSL | 56.11º | 0.86% | 0.25% | - |
| HSV(B) | 56.11º | 0.92% | 0.46% | - |
| XYZ | 12.96 | 14.95 | 2.46 | - |
| YUV | 100.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 9 | 0 | 0.06 | 0.92 | 0.54 | 56.11 | 0.86 | 0.25 |
| Hex | 75 | 6E | 9 | 0 | 6 | 5C | 36 | 38 | 56 | 19 |
| Octal | 165 | 156 | 11 | 0 | 6 | 134 | 66 | 70 | 126 | 31 |
| Binary | 1110101 | 1101110 | 1001 | 0 | 110 | 1011100 | 110110 | 111000 | 1010110 | 11001 |
Color Harmonies of #756E09
Complementary color
Monochromatic Colors of #756E09
Black with #756E09
Text Example
Text Example
White with #756E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E09; }
p { color: rgb(117,110,9); }
H1.HeaderClassName
{
color: #756E09;
}
.AnyTagClassName
{
color: #756E09;
}
</style>
background-color css
<style>
a { background-color: #756E09; }
a { background-color: rgb(117,110,9); }
div.DivClassName
{
background-color: #756E09;
}
.BgClassName
{
background-color: #756E09;
}
</style>
border-color css
<style>
span { border-color: #756E09; }
span { border-color: rgb(117,110,9); }
td.TdClassName
{
border-color: #756E09;
}
.TagClassName
{
border-color: #756E09;
}
</style>