Shades of Olive #756100
Tints of Olive #756100
RGB
CMYK
RGB Variations
Color information
#756100 (or 0x756100) is known color: Olive. HEX triplet: 75, 61 and 00. RGB value is (117,97,0). Sum of RGB (Red+Green+Blue) = 117+97+0=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #756100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756100 is #8A9EFF. Grayscale: #5C5C5C. Windows color (decimal): -9084672 or 24949. OLE color: 24949.
HSL color Cylindrical-coordinate representation of color #756100: hue angle of 49.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #756100 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 97 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.54 |
| HSL | 49.74º | 1% | 0.23% | - |
| HSV(B) | 49.74º | 1% | 0.46% | - |
| XYZ | 11.61 | 12.33 | 1.77 | - |
| YUV | 91.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 0 | 0 | 0.17 | 1 | 0.54 | 49.74 | 1 | 0.23 |
| Hex | 75 | 61 | 0 | 0 | 11 | 64 | 36 | 32 | 64 | 17 |
| Octal | 165 | 141 | 0 | 0 | 21 | 144 | 66 | 62 | 144 | 27 |
| Binary | 1110101 | 1100001 | 0 | 0 | 10001 | 1100100 | 110110 | 110010 | 1100100 | 10111 |
Color Harmonies of #756100
Complementary color
Monochromatic Colors of #756100
Black with #756100
Text Example
Text Example
White with #756100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756100; }
p { color: rgb(117,97,0); }
H1.HeaderClassName
{
color: #756100;
}
.AnyTagClassName
{
color: #756100;
}
</style>
background-color css
<style>
a { background-color: #756100; }
a { background-color: rgb(117,97,0); }
div.DivClassName
{
background-color: #756100;
}
.BgClassName
{
background-color: #756100;
}
</style>
border-color css
<style>
span { border-color: #756100; }
span { border-color: rgb(117,97,0); }
td.TdClassName
{
border-color: #756100;
}
.TagClassName
{
border-color: #756100;
}
</style>