Shades of Olive #756C0C
Tints of Olive #756C0C
RGB
CMYK
RGB Variations
Color information
#756C0C (or 0x756C0C) is known color: Olive. HEX triplet: 75, 6C and 0C. RGB value is (117,108,12). Sum of RGB (Red+Green+Blue) = 117+108+12=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C0C is #8A93F3. Grayscale: #646464. Windows color (decimal): -9081844 or 814197. OLE color: 814197.
HSL color Cylindrical-coordinate representation of color #756C0C: hue angle of 54.86º 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 #756C0C is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 12 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.54 |
| HSL | 54.86º | 0.81% | 0.25% | - |
| HSV(B) | 54.86º | 0.9% | 0.46% | - |
| XYZ | 12.77 | 14.53 | 2.48 | - |
| YUV | 99.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 12 | 0 | 0.08 | 0.90 | 0.54 | 54.86 | 0.81 | 0.25 |
| Hex | 75 | 6C | C | 0 | 8 | 5A | 36 | 37 | 51 | 19 |
| Octal | 165 | 154 | 14 | 0 | 10 | 132 | 66 | 67 | 121 | 31 |
| Binary | 1110101 | 1101100 | 1100 | 0 | 1000 | 1011010 | 110110 | 110111 | 1010001 | 11001 |
Color Harmonies of #756C0C
Complementary color
Monochromatic Colors of #756C0C
Black with #756C0C
Text Example
Text Example
White with #756C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C0C; }
p { color: rgb(117,108,12); }
H1.HeaderClassName
{
color: #756C0C;
}
.AnyTagClassName
{
color: #756C0C;
}
</style>
background-color css
<style>
a { background-color: #756C0C; }
a { background-color: rgb(117,108,12); }
div.DivClassName
{
background-color: #756C0C;
}
.BgClassName
{
background-color: #756C0C;
}
</style>
border-color css
<style>
span { border-color: #756C0C; }
span { border-color: rgb(117,108,12); }
td.TdClassName
{
border-color: #756C0C;
}
.TagClassName
{
border-color: #756C0C;
}
</style>