Shades of Olive #758905
Tints of Olive #758905
RGB
CMYK
RGB Variations
Color information
#758905 (or 0x758905) is known color: Olive. HEX triplet: 75, 89 and 05. RGB value is (117,137,5). Sum of RGB (Red+Green+Blue) = 117+137+5=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #758905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758905 is #8A76FA. Grayscale: #747474. Windows color (decimal): -9074427 or 362869. OLE color: 362869.
HSL color Cylindrical-coordinate representation of color #758905: hue angle of 69.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #758905 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 5 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.46 |
| HSL | 69.09º | 0.93% | 0.28% | - |
| HSV(B) | 69.09º | 0.96% | 0.54% | - |
| XYZ | 16.31 | 21.68 | 3.47 | - |
| YUV | 115.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 5 | 0.15 | 0 | 0.96 | 0.46 | 69.09 | 0.93 | 0.28 |
| Hex | 75 | 89 | 5 | F | 0 | 60 | 2E | 45 | 5D | 1C |
| Octal | 165 | 211 | 5 | 17 | 0 | 140 | 56 | 105 | 135 | 34 |
| Binary | 1110101 | 10001001 | 101 | 1111 | 0 | 1100000 | 101110 | 1000101 | 1011101 | 11100 |
Color Harmonies of #758905
Complementary color
Monochromatic Colors of #758905
Black with #758905
Text Example
Text Example
White with #758905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758905; }
p { color: rgb(117,137,5); }
H1.HeaderClassName
{
color: #758905;
}
.AnyTagClassName
{
color: #758905;
}
</style>
background-color css
<style>
a { background-color: #758905; }
a { background-color: rgb(117,137,5); }
div.DivClassName
{
background-color: #758905;
}
.BgClassName
{
background-color: #758905;
}
</style>
border-color css
<style>
span { border-color: #758905; }
span { border-color: rgb(117,137,5); }
td.TdClassName
{
border-color: #758905;
}
.TagClassName
{
border-color: #758905;
}
</style>