Shades of Olive #756A0A
Tints of Olive #756A0A
RGB
CMYK
RGB Variations
Color information
#756A0A (or 0x756A0A) is known color: Olive. HEX triplet: 75, 6A and 0A. RGB value is (117,106,10). Sum of RGB (Red+Green+Blue) = 117+106+10=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #756A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A0A is #8A95F5. Grayscale: #626262. Windows color (decimal): -9082358 or 682613. OLE color: 682613.
HSL color Cylindrical-coordinate representation of color #756A0A: hue angle of 53.83º 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 #756A0A is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 10 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.54 |
| HSL | 53.83º | 0.84% | 0.25% | - |
| HSV(B) | 53.83º | 0.91% | 0.46% | - |
| XYZ | 12.54 | 14.11 | 2.35 | - |
| YUV | 98.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 10 | 0 | 0.09 | 0.91 | 0.54 | 53.83 | 0.84 | 0.25 |
| Hex | 75 | 6A | A | 0 | 9 | 5B | 36 | 36 | 54 | 19 |
| Octal | 165 | 152 | 12 | 0 | 11 | 133 | 66 | 66 | 124 | 31 |
| Binary | 1110101 | 1101010 | 1010 | 0 | 1001 | 1011011 | 110110 | 110110 | 1010100 | 11001 |
Color Harmonies of #756A0A
Complementary color
Monochromatic Colors of #756A0A
Black with #756A0A
Text Example
Text Example
White with #756A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A0A; }
p { color: rgb(117,106,10); }
H1.HeaderClassName
{
color: #756A0A;
}
.AnyTagClassName
{
color: #756A0A;
}
</style>
background-color css
<style>
a { background-color: #756A0A; }
a { background-color: rgb(117,106,10); }
div.DivClassName
{
background-color: #756A0A;
}
.BgClassName
{
background-color: #756A0A;
}
</style>
border-color css
<style>
span { border-color: #756A0A; }
span { border-color: rgb(117,106,10); }
td.TdClassName
{
border-color: #756A0A;
}
.TagClassName
{
border-color: #756A0A;
}
</style>