Shades of Olivine #8DB075
Tints of Olivine #8DB075
RGB
CMYK
RGB Variations
Color information
#8DB075 (or 0x8DB075) is known color: Olivine. HEX triplet: 8D, B0 and 75. RGB value is (141,176,117). Sum of RGB (Red+Green+Blue) = 141+176+117=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB075 is #724F8A. Grayscale: #9F9F9F. Windows color (decimal): -7491467 or 7712909. OLE color: 7712909.
HSL color Cylindrical-coordinate representation of color #8DB075: hue angle of 95.59º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB075 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 117 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.31 |
| HSL | 95.59º | 0.27% | 0.57% | - |
| HSV(B) | 95.59º | 0.34% | 0.69% | - |
| XYZ | 29.72 | 38 | 22.6 | - |
| YUV | 158.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 117 | 0.20 | 0 | 0.34 | 0.31 | 95.59 | 0.27 | 0.57 |
| Hex | 8D | B0 | 75 | 14 | 0 | 22 | 1F | 60 | 1B | 39 |
| Octal | 215 | 260 | 165 | 24 | 0 | 42 | 37 | 140 | 33 | 71 |
| Binary | 10001101 | 10110000 | 1110101 | 10100 | 0 | 100010 | 11111 | 1100000 | 11011 | 111001 |
Color Harmonies of #8DB075
Complementary color
Monochromatic Colors of #8DB075
Black with #8DB075
Text Example
Text Example
White with #8DB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB075; }
p { color: rgb(141,176,117); }
H1.HeaderClassName
{
color: #8DB075;
}
.AnyTagClassName
{
color: #8DB075;
}
</style>
background-color css
<style>
a { background-color: #8DB075; }
a { background-color: rgb(141,176,117); }
div.DivClassName
{
background-color: #8DB075;
}
.BgClassName
{
background-color: #8DB075;
}
</style>
border-color css
<style>
span { border-color: #8DB075; }
span { border-color: rgb(141,176,117); }
td.TdClassName
{
border-color: #8DB075;
}
.TagClassName
{
border-color: #8DB075;
}
</style>