Shades of Olive #759303
Tints of Olive #759303
RGB
CMYK
RGB Variations
Color information
#759303 (or 0x759303) is known color: Olive. HEX triplet: 75, 93 and 03. RGB value is (117,147,3). Sum of RGB (Red+Green+Blue) = 117+147+3=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #759303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759303 is #8A6CFC. Grayscale: #7A7A7A. Windows color (decimal): -9071869 or 234357. OLE color: 234357.
HSL color Cylindrical-coordinate representation of color #759303: hue angle of 72.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #759303 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.42 |
| HSL | 72.5º | 0.96% | 0.29% | - |
| HSV(B) | 72.5º | 0.98% | 0.58% | - |
| XYZ | 17.79 | 24.66 | 3.91 | - |
| YUV | 121.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 3 | 0.20 | 0 | 0.98 | 0.42 | 72.5 | 0.96 | 0.29 |
| Hex | 75 | 93 | 3 | 14 | 0 | 62 | 2A | 48 | 60 | 1D |
| Octal | 165 | 223 | 3 | 24 | 0 | 142 | 52 | 110 | 140 | 35 |
| Binary | 1110101 | 10010011 | 11 | 10100 | 0 | 1100010 | 101010 | 1001000 | 1100000 | 11101 |
Color Harmonies of #759303
Complementary color
Monochromatic Colors of #759303
Black with #759303
Text Example
Text Example
White with #759303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759303; }
p { color: rgb(117,147,3); }
H1.HeaderClassName
{
color: #759303;
}
.AnyTagClassName
{
color: #759303;
}
</style>
background-color css
<style>
a { background-color: #759303; }
a { background-color: rgb(117,147,3); }
div.DivClassName
{
background-color: #759303;
}
.BgClassName
{
background-color: #759303;
}
</style>
border-color css
<style>
span { border-color: #759303; }
span { border-color: rgb(117,147,3); }
td.TdClassName
{
border-color: #759303;
}
.TagClassName
{
border-color: #759303;
}
</style>