Shades of Olive #759300
Tints of Olive #759300
RGB
CMYK
RGB Variations
Color information
#759300 (or 0x759300) is known color: Olive. HEX triplet: 75, 93 and 00. RGB value is (117,147,0). Sum of RGB (Red+Green+Blue) = 117+147+0=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #759300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759300 is #8A6CFF. Grayscale: #797979. Windows color (decimal): -9071872 or 37749. OLE color: 37749.
HSL color Cylindrical-coordinate representation of color #759300: hue angle of 72.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #759300 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.42 |
| HSL | 72.24º | 1% | 0.29% | - |
| HSV(B) | 72.24º | 1% | 0.58% | - |
| XYZ | 17.77 | 24.65 | 3.82 | - |
| YUV | 121.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 0 | 0.20 | 0 | 1 | 0.42 | 72.24 | 1 | 0.29 |
| Hex | 75 | 93 | 0 | 14 | 0 | 64 | 2A | 48 | 64 | 1D |
| Octal | 165 | 223 | 0 | 24 | 0 | 144 | 52 | 110 | 144 | 35 |
| Binary | 1110101 | 10010011 | 0 | 10100 | 0 | 1100100 | 101010 | 1001000 | 1100100 | 11101 |
Color Harmonies of #759300
Complementary color
Monochromatic Colors of #759300
Black with #759300
Text Example
Text Example
White with #759300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759300; }
p { color: rgb(117,147,0); }
H1.HeaderClassName
{
color: #759300;
}
.AnyTagClassName
{
color: #759300;
}
</style>
background-color css
<style>
a { background-color: #759300; }
a { background-color: rgb(117,147,0); }
div.DivClassName
{
background-color: #759300;
}
.BgClassName
{
background-color: #759300;
}
</style>
border-color css
<style>
span { border-color: #759300; }
span { border-color: rgb(117,147,0); }
td.TdClassName
{
border-color: #759300;
}
.TagClassName
{
border-color: #759300;
}
</style>