Shades of Olive #758F03
Tints of Olive #758F03
RGB
CMYK
RGB Variations
Color information
#758F03 (or 0x758F03) is known color: Olive. HEX triplet: 75, 8F and 03. RGB value is (117,143,3). Sum of RGB (Red+Green+Blue) = 117+143+3=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #758F03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758F03 is #8A70FC. Grayscale: #777777. Windows color (decimal): -9072893 or 233333. OLE color: 233333.
HSL color Cylindrical-coordinate representation of color #758F03: hue angle of 71.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758F03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.44 |
| HSL | 71.14º | 0.96% | 0.29% | - |
| HSV(B) | 71.14º | 0.98% | 0.56% | - |
| XYZ | 17.18 | 23.43 | 3.7 | - |
| YUV | 119.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 3 | 0.18 | 0 | 0.98 | 0.44 | 71.14 | 0.96 | 0.29 |
| Hex | 75 | 8F | 3 | 12 | 0 | 62 | 2C | 47 | 60 | 1D |
| Octal | 165 | 217 | 3 | 22 | 0 | 142 | 54 | 107 | 140 | 35 |
| Binary | 1110101 | 10001111 | 11 | 10010 | 0 | 1100010 | 101100 | 1000111 | 1100000 | 11101 |
Color Harmonies of #758F03
Complementary color
Monochromatic Colors of #758F03
Black with #758F03
Text Example
Text Example
White with #758F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F03; }
p { color: rgb(117,143,3); }
H1.HeaderClassName
{
color: #758F03;
}
.AnyTagClassName
{
color: #758F03;
}
</style>
background-color css
<style>
a { background-color: #758F03; }
a { background-color: rgb(117,143,3); }
div.DivClassName
{
background-color: #758F03;
}
.BgClassName
{
background-color: #758F03;
}
</style>
border-color css
<style>
span { border-color: #758F03; }
span { border-color: rgb(117,143,3); }
td.TdClassName
{
border-color: #758F03;
}
.TagClassName
{
border-color: #758F03;
}
</style>