Shades of Olive #756F09
Tints of Olive #756F09
RGB
CMYK
RGB Variations
Color information
#756F09 (or 0x756F09) is known color: Olive. HEX triplet: 75, 6F and 09. RGB value is (117,111,9). Sum of RGB (Red+Green+Blue) = 117+111+9=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F09 is #8A90F6. Grayscale: #656565. Windows color (decimal): -9081079 or 618357. OLE color: 618357.
HSL color Cylindrical-coordinate representation of color #756F09: hue angle of 56.67º 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 #756F09 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 9 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.54 |
| HSL | 56.67º | 0.86% | 0.25% | - |
| HSV(B) | 56.67º | 0.92% | 0.46% | - |
| XYZ | 13.07 | 15.17 | 2.5 | - |
| YUV | 101.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 9 | 0 | 0.05 | 0.92 | 0.54 | 56.67 | 0.86 | 0.25 |
| Hex | 75 | 6F | 9 | 0 | 5 | 5C | 36 | 39 | 56 | 19 |
| Octal | 165 | 157 | 11 | 0 | 5 | 134 | 66 | 71 | 126 | 31 |
| Binary | 1110101 | 1101111 | 1001 | 0 | 101 | 1011100 | 110110 | 111001 | 1010110 | 11001 |
Color Harmonies of #756F09
Complementary color
Monochromatic Colors of #756F09
Black with #756F09
Text Example
Text Example
White with #756F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F09; }
p { color: rgb(117,111,9); }
H1.HeaderClassName
{
color: #756F09;
}
.AnyTagClassName
{
color: #756F09;
}
</style>
background-color css
<style>
a { background-color: #756F09; }
a { background-color: rgb(117,111,9); }
div.DivClassName
{
background-color: #756F09;
}
.BgClassName
{
background-color: #756F09;
}
</style>
border-color css
<style>
span { border-color: #756F09; }
span { border-color: rgb(117,111,9); }
td.TdClassName
{
border-color: #756F09;
}
.TagClassName
{
border-color: #756F09;
}
</style>