Shades of Olive #758400
Tints of Olive #758400
RGB
CMYK
RGB Variations
Color information
#758400 (or 0x758400) is known color: Olive. HEX triplet: 75, 84 and 00. RGB value is (117,132,0). Sum of RGB (Red+Green+Blue) = 117+132+0=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #758400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758400 is #8A7BFF. Grayscale: #707070. Windows color (decimal): -9075712 or 33909. OLE color: 33909.
HSL color Cylindrical-coordinate representation of color #758400: hue angle of 66.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #758400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.48 |
| HSL | 66.82º | 1% | 0.26% | - |
| HSV(B) | 66.82º | 1% | 0.52% | - |
| XYZ | 15.59 | 20.28 | 3.09 | - |
| YUV | 112.47 | 64.53 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 0 | 0.11 | 0 | 1 | 0.48 | 66.82 | 1 | 0.26 |
| Hex | 75 | 84 | 0 | B | 0 | 64 | 30 | 43 | 64 | 1A |
| Octal | 165 | 204 | 0 | 13 | 0 | 144 | 60 | 103 | 144 | 32 |
| Binary | 1110101 | 10000100 | 0 | 1011 | 0 | 1100100 | 110000 | 1000011 | 1100100 | 11010 |
Color Harmonies of #758400
Complementary color
Monochromatic Colors of #758400
Black with #758400
Text Example
Text Example
White with #758400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758400; }
p { color: rgb(117,132,0); }
H1.HeaderClassName
{
color: #758400;
}
.AnyTagClassName
{
color: #758400;
}
</style>
background-color css
<style>
a { background-color: #758400; }
a { background-color: rgb(117,132,0); }
div.DivClassName
{
background-color: #758400;
}
.BgClassName
{
background-color: #758400;
}
</style>
border-color css
<style>
span { border-color: #758400; }
span { border-color: rgb(117,132,0); }
td.TdClassName
{
border-color: #758400;
}
.TagClassName
{
border-color: #758400;
}
</style>