Shades of Olive #756C02
Tints of Olive #756C02
RGB
CMYK
RGB Variations
Color information
#756C02 (or 0x756C02) is known color: Olive. HEX triplet: 75, 6C and 02. RGB value is (117,108,2). Sum of RGB (Red+Green+Blue) = 117+108+2=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #756C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C02 is #8A93FD. Grayscale: #636363. Windows color (decimal): -9081854 or 158837. OLE color: 158837.
HSL color Cylindrical-coordinate representation of color #756C02: hue angle of 55.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #756C02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 2 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.54 |
| HSL | 55.3º | 0.97% | 0.23% | - |
| HSV(B) | 55.3º | 0.98% | 0.46% | - |
| XYZ | 12.71 | 14.51 | 2.19 | - |
| YUV | 98.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 2 | 0 | 0.08 | 0.98 | 0.54 | 55.3 | 0.97 | 0.23 |
| Hex | 75 | 6C | 2 | 0 | 8 | 62 | 36 | 37 | 61 | 17 |
| Octal | 165 | 154 | 2 | 0 | 10 | 142 | 66 | 67 | 141 | 27 |
| Binary | 1110101 | 1101100 | 10 | 0 | 1000 | 1100010 | 110110 | 110111 | 1100001 | 10111 |
Color Harmonies of #756C02
Complementary color
Monochromatic Colors of #756C02
Black with #756C02
Text Example
Text Example
White with #756C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C02; }
p { color: rgb(117,108,2); }
H1.HeaderClassName
{
color: #756C02;
}
.AnyTagClassName
{
color: #756C02;
}
</style>
background-color css
<style>
a { background-color: #756C02; }
a { background-color: rgb(117,108,2); }
div.DivClassName
{
background-color: #756C02;
}
.BgClassName
{
background-color: #756C02;
}
</style>
border-color css
<style>
span { border-color: #756C02; }
span { border-color: rgb(117,108,2); }
td.TdClassName
{
border-color: #756C02;
}
.TagClassName
{
border-color: #756C02;
}
</style>