Shades of Olive #756B09
Tints of Olive #756B09
RGB
CMYK
RGB Variations
Color information
#756B09 (or 0x756B09) is known color: Olive. HEX triplet: 75, 6B and 09. RGB value is (117,107,9). Sum of RGB (Red+Green+Blue) = 117+107+9=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #756B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B09 is #8A94F6. Grayscale: #636363. Windows color (decimal): -9082103 or 617333. OLE color: 617333.
HSL color Cylindrical-coordinate representation of color #756B09: hue angle of 54.44º 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 #756B09 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 9 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.54 |
| HSL | 54.44º | 0.86% | 0.25% | - |
| HSV(B) | 54.44º | 0.92% | 0.46% | - |
| XYZ | 12.64 | 14.32 | 2.36 | - |
| YUV | 98.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 9 | 0 | 0.09 | 0.92 | 0.54 | 54.44 | 0.86 | 0.25 |
| Hex | 75 | 6B | 9 | 0 | 9 | 5C | 36 | 36 | 56 | 19 |
| Octal | 165 | 153 | 11 | 0 | 11 | 134 | 66 | 66 | 126 | 31 |
| Binary | 1110101 | 1101011 | 1001 | 0 | 1001 | 1011100 | 110110 | 110110 | 1010110 | 11001 |
Color Harmonies of #756B09
Complementary color
Monochromatic Colors of #756B09
Black with #756B09
Text Example
Text Example
White with #756B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B09; }
p { color: rgb(117,107,9); }
H1.HeaderClassName
{
color: #756B09;
}
.AnyTagClassName
{
color: #756B09;
}
</style>
background-color css
<style>
a { background-color: #756B09; }
a { background-color: rgb(117,107,9); }
div.DivClassName
{
background-color: #756B09;
}
.BgClassName
{
background-color: #756B09;
}
</style>
border-color css
<style>
span { border-color: #756B09; }
span { border-color: rgb(117,107,9); }
td.TdClassName
{
border-color: #756B09;
}
.TagClassName
{
border-color: #756B09;
}
</style>