Shades of Olive #756B0C
Tints of Olive #756B0C
RGB
CMYK
RGB Variations
Color information
#756B0C (or 0x756B0C) is known color: Olive. HEX triplet: 75, 6B and 0C. RGB value is (117,107,12). Sum of RGB (Red+Green+Blue) = 117+107+12=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B0C is #8A94F3. Grayscale: #636363. Windows color (decimal): -9082100 or 813941. OLE color: 813941.
HSL color Cylindrical-coordinate representation of color #756B0C: hue angle of 54.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #756B0C is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 12 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.54 |
| HSL | 54.29º | 0.81% | 0.25% | - |
| HSV(B) | 54.29º | 0.9% | 0.46% | - |
| XYZ | 12.66 | 14.32 | 2.45 | - |
| YUV | 99.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 12 | 0 | 0.09 | 0.90 | 0.54 | 54.29 | 0.81 | 0.25 |
| Hex | 75 | 6B | C | 0 | 9 | 5A | 36 | 36 | 51 | 19 |
| Octal | 165 | 153 | 14 | 0 | 11 | 132 | 66 | 66 | 121 | 31 |
| Binary | 1110101 | 1101011 | 1100 | 0 | 1001 | 1011010 | 110110 | 110110 | 1010001 | 11001 |
Color Harmonies of #756B0C
Complementary color
Monochromatic Colors of #756B0C
Black with #756B0C
Text Example
Text Example
White with #756B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B0C; }
p { color: rgb(117,107,12); }
H1.HeaderClassName
{
color: #756B0C;
}
.AnyTagClassName
{
color: #756B0C;
}
</style>
background-color css
<style>
a { background-color: #756B0C; }
a { background-color: rgb(117,107,12); }
div.DivClassName
{
background-color: #756B0C;
}
.BgClassName
{
background-color: #756B0C;
}
</style>
border-color css
<style>
span { border-color: #756B0C; }
span { border-color: rgb(117,107,12); }
td.TdClassName
{
border-color: #756B0C;
}
.TagClassName
{
border-color: #756B0C;
}
</style>