Shades of Olive #756800
Tints of Olive #756800
RGB
CMYK
RGB Variations
Color information
#756800 (or 0x756800) is known color: Olive. HEX triplet: 75, 68 and 00. RGB value is (117,104,0). Sum of RGB (Red+Green+Blue) = 117+104+0=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #756800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756800 is #8A97FF. Grayscale: #606060. Windows color (decimal): -9082880 or 26741. OLE color: 26741.
HSL color Cylindrical-coordinate representation of color #756800: hue angle of 53.33º 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 #756800 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.54 |
| HSL | 53.33º | 1% | 0.23% | - |
| HSV(B) | 53.33º | 1% | 0.46% | - |
| XYZ | 12.29 | 13.68 | 1.99 | - |
| YUV | 96.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 0 | 0 | 0.11 | 1 | 0.54 | 53.33 | 1 | 0.23 |
| Hex | 75 | 68 | 0 | 0 | B | 64 | 36 | 35 | 64 | 17 |
| Octal | 165 | 150 | 0 | 0 | 13 | 144 | 66 | 65 | 144 | 27 |
| Binary | 1110101 | 1101000 | 0 | 0 | 1011 | 1100100 | 110110 | 110101 | 1100100 | 10111 |
Color Harmonies of #756800
Complementary color
Monochromatic Colors of #756800
Black with #756800
Text Example
Text Example
White with #756800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756800; }
p { color: rgb(117,104,0); }
H1.HeaderClassName
{
color: #756800;
}
.AnyTagClassName
{
color: #756800;
}
</style>
background-color css
<style>
a { background-color: #756800; }
a { background-color: rgb(117,104,0); }
div.DivClassName
{
background-color: #756800;
}
.BgClassName
{
background-color: #756800;
}
</style>
border-color css
<style>
span { border-color: #756800; }
span { border-color: rgb(117,104,0); }
td.TdClassName
{
border-color: #756800;
}
.TagClassName
{
border-color: #756800;
}
</style>