Shades of Olive #758908
Tints of Olive #758908
RGB
CMYK
RGB Variations
Color information
#758908 (or 0x758908) is known color: Olive. HEX triplet: 75, 89 and 08. RGB value is (117,137,8). Sum of RGB (Red+Green+Blue) = 117+137+8=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #758908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758908 is #8A76F7. Grayscale: #747474. Windows color (decimal): -9074424 or 559477. OLE color: 559477.
HSL color Cylindrical-coordinate representation of color #758908: hue angle of 69.3º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #758908 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 8 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.46 |
| HSL | 69.3º | 0.89% | 0.28% | - |
| HSV(B) | 69.3º | 0.94% | 0.54% | - |
| XYZ | 16.33 | 21.69 | 3.56 | - |
| YUV | 116.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 8 | 0.15 | 0 | 0.94 | 0.46 | 69.3 | 0.89 | 0.28 |
| Hex | 75 | 89 | 8 | F | 0 | 5E | 2E | 45 | 59 | 1C |
| Octal | 165 | 211 | 10 | 17 | 0 | 136 | 56 | 105 | 131 | 34 |
| Binary | 1110101 | 10001001 | 1000 | 1111 | 0 | 1011110 | 101110 | 1000101 | 1011001 | 11100 |
Color Harmonies of #758908
Complementary color
Monochromatic Colors of #758908
Black with #758908
Text Example
Text Example
White with #758908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758908; }
p { color: rgb(117,137,8); }
H1.HeaderClassName
{
color: #758908;
}
.AnyTagClassName
{
color: #758908;
}
</style>
background-color css
<style>
a { background-color: #758908; }
a { background-color: rgb(117,137,8); }
div.DivClassName
{
background-color: #758908;
}
.BgClassName
{
background-color: #758908;
}
</style>
border-color css
<style>
span { border-color: #758908; }
span { border-color: rgb(117,137,8); }
td.TdClassName
{
border-color: #758908;
}
.TagClassName
{
border-color: #758908;
}
</style>