Shades of Olive #756F0A
Tints of Olive #756F0A
RGB
CMYK
RGB Variations
Color information
#756F0A (or 0x756F0A) is known color: Olive. HEX triplet: 75, 6F and 0A. RGB value is (117,111,10). Sum of RGB (Red+Green+Blue) = 117+111+10=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #756F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F0A is #8A90F5. Grayscale: #656565. Windows color (decimal): -9081078 or 683893. OLE color: 683893.
HSL color Cylindrical-coordinate representation of color #756F0A: hue angle of 56.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #756F0A is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 10 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.54 |
| HSL | 56.64º | 0.84% | 0.25% | - |
| HSV(B) | 56.64º | 0.91% | 0.46% | - |
| XYZ | 13.08 | 15.17 | 2.53 | - |
| YUV | 101.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 10 | 0 | 0.05 | 0.91 | 0.54 | 56.64 | 0.84 | 0.25 |
| Hex | 75 | 6F | A | 0 | 5 | 5B | 36 | 39 | 54 | 19 |
| Octal | 165 | 157 | 12 | 0 | 5 | 133 | 66 | 71 | 124 | 31 |
| Binary | 1110101 | 1101111 | 1010 | 0 | 101 | 1011011 | 110110 | 111001 | 1010100 | 11001 |
Color Harmonies of #756F0A
Complementary color
Monochromatic Colors of #756F0A
Black with #756F0A
Text Example
Text Example
White with #756F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F0A; }
p { color: rgb(117,111,10); }
H1.HeaderClassName
{
color: #756F0A;
}
.AnyTagClassName
{
color: #756F0A;
}
</style>
background-color css
<style>
a { background-color: #756F0A; }
a { background-color: rgb(117,111,10); }
div.DivClassName
{
background-color: #756F0A;
}
.BgClassName
{
background-color: #756F0A;
}
</style>
border-color css
<style>
span { border-color: #756F0A; }
span { border-color: rgb(117,111,10); }
td.TdClassName
{
border-color: #756F0A;
}
.TagClassName
{
border-color: #756F0A;
}
</style>