Shades of Olive #756C03
Tints of Olive #756C03
RGB
CMYK
RGB Variations
Color information
#756C03 (or 0x756C03) is known color: Olive. HEX triplet: 75, 6C and 03. RGB value is (117,108,3). Sum of RGB (Red+Green+Blue) = 117+108+3=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #756C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C03 is #8A93FC. Grayscale: #636363. Windows color (decimal): -9081853 or 224373. OLE color: 224373.
HSL color Cylindrical-coordinate representation of color #756C03: hue angle of 55.26º 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 #756C03 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.54 |
| HSL | 55.26º | 0.95% | 0.24% | - |
| HSV(B) | 55.26º | 0.97% | 0.46% | - |
| XYZ | 12.72 | 14.51 | 2.22 | - |
| YUV | 98.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 3 | 0 | 0.08 | 0.97 | 0.54 | 55.26 | 0.95 | 0.24 |
| Hex | 75 | 6C | 3 | 0 | 8 | 61 | 36 | 37 | 5F | 18 |
| Octal | 165 | 154 | 3 | 0 | 10 | 141 | 66 | 67 | 137 | 30 |
| Binary | 1110101 | 1101100 | 11 | 0 | 1000 | 1100001 | 110110 | 110111 | 1011111 | 11000 |
Color Harmonies of #756C03
Complementary color
Monochromatic Colors of #756C03
Black with #756C03
Text Example
Text Example
White with #756C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C03; }
p { color: rgb(117,108,3); }
H1.HeaderClassName
{
color: #756C03;
}
.AnyTagClassName
{
color: #756C03;
}
</style>
background-color css
<style>
a { background-color: #756C03; }
a { background-color: rgb(117,108,3); }
div.DivClassName
{
background-color: #756C03;
}
.BgClassName
{
background-color: #756C03;
}
</style>
border-color css
<style>
span { border-color: #756C03; }
span { border-color: rgb(117,108,3); }
td.TdClassName
{
border-color: #756C03;
}
.TagClassName
{
border-color: #756C03;
}
</style>