Shades of Olive #756301
Tints of Olive #756301
RGB
CMYK
RGB Variations
Color information
#756301 (or 0x756301) is known color: Olive. HEX triplet: 75, 63 and 01. RGB value is (117,99,1). Sum of RGB (Red+Green+Blue) = 117+99+1=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #756301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756301 is #8A9CFE. Grayscale: #5D5D5D. Windows color (decimal): -9084159 or 90997. OLE color: 90997.
HSL color Cylindrical-coordinate representation of color #756301: hue angle of 50.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #756301 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 99 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.54 |
| HSL | 50.69º | 0.98% | 0.23% | - |
| HSV(B) | 50.69º | 0.99% | 0.46% | - |
| XYZ | 11.8 | 12.71 | 1.86 | - |
| YUV | 93.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 1 | 0 | 0.15 | 0.99 | 0.54 | 50.69 | 0.98 | 0.23 |
| Hex | 75 | 63 | 1 | 0 | F | 63 | 36 | 33 | 62 | 17 |
| Octal | 165 | 143 | 1 | 0 | 17 | 143 | 66 | 63 | 142 | 27 |
| Binary | 1110101 | 1100011 | 1 | 0 | 1111 | 1100011 | 110110 | 110011 | 1100010 | 10111 |
Color Harmonies of #756301
Complementary color
Monochromatic Colors of #756301
Black with #756301
Text Example
Text Example
White with #756301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756301; }
p { color: rgb(117,99,1); }
H1.HeaderClassName
{
color: #756301;
}
.AnyTagClassName
{
color: #756301;
}
</style>
background-color css
<style>
a { background-color: #756301; }
a { background-color: rgb(117,99,1); }
div.DivClassName
{
background-color: #756301;
}
.BgClassName
{
background-color: #756301;
}
</style>
border-color css
<style>
span { border-color: #756301; }
span { border-color: rgb(117,99,1); }
td.TdClassName
{
border-color: #756301;
}
.TagClassName
{
border-color: #756301;
}
</style>