Shades of Olive #756803
Tints of Olive #756803
RGB
CMYK
RGB Variations
Color information
#756803 (or 0x756803) is known color: Olive. HEX triplet: 75, 68 and 03. RGB value is (117,104,3). Sum of RGB (Red+Green+Blue) = 117+104+3=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #756803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756803 is #8A97FC. Grayscale: #606060. Windows color (decimal): -9082877 or 223349. OLE color: 223349.
HSL color Cylindrical-coordinate representation of color #756803: hue angle of 53.16º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #756803 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 3 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.54 |
| HSL | 53.16º | 0.95% | 0.24% | - |
| HSV(B) | 53.16º | 0.97% | 0.46% | - |
| XYZ | 12.3 | 13.69 | 2.08 | - |
| YUV | 96.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 3 | 0 | 0.11 | 0.97 | 0.54 | 53.16 | 0.95 | 0.24 |
| Hex | 75 | 68 | 3 | 0 | B | 61 | 36 | 35 | 5F | 18 |
| Octal | 165 | 150 | 3 | 0 | 13 | 141 | 66 | 65 | 137 | 30 |
| Binary | 1110101 | 1101000 | 11 | 0 | 1011 | 1100001 | 110110 | 110101 | 1011111 | 11000 |
Color Harmonies of #756803
Complementary color
Monochromatic Colors of #756803
Black with #756803
Text Example
Text Example
White with #756803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756803; }
p { color: rgb(117,104,3); }
H1.HeaderClassName
{
color: #756803;
}
.AnyTagClassName
{
color: #756803;
}
</style>
background-color css
<style>
a { background-color: #756803; }
a { background-color: rgb(117,104,3); }
div.DivClassName
{
background-color: #756803;
}
.BgClassName
{
background-color: #756803;
}
</style>
border-color css
<style>
span { border-color: #756803; }
span { border-color: rgb(117,104,3); }
td.TdClassName
{
border-color: #756803;
}
.TagClassName
{
border-color: #756803;
}
</style>