Shades of Olivine #8DB07A
Tints of Olivine #8DB07A
RGB
CMYK
RGB Variations
Color information
#8DB07A (or 0x8DB07A) is known color: Olivine. HEX triplet: 8D, B0 and 7A. RGB value is (141,176,122). Sum of RGB (Red+Green+Blue) = 141+176+122=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB07A is #724F85. Grayscale: #9F9F9F. Windows color (decimal): -7491462 or 8040589. OLE color: 8040589.
HSL color Cylindrical-coordinate representation of color #8DB07A: hue angle of 98.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB07A is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 122 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.31 |
| HSL | 98.89º | 0.25% | 0.58% | - |
| HSV(B) | 98.89º | 0.31% | 0.69% | - |
| XYZ | 30.02 | 38.12 | 24.19 | - |
| YUV | 159.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 122 | 0.20 | 0 | 0.31 | 0.31 | 98.89 | 0.25 | 0.58 |
| Hex | 8D | B0 | 7A | 14 | 0 | 1F | 1F | 63 | 19 | 3A |
| Octal | 215 | 260 | 172 | 24 | 0 | 37 | 37 | 143 | 31 | 72 |
| Binary | 10001101 | 10110000 | 1111010 | 10100 | 0 | 11111 | 11111 | 1100011 | 11001 | 111010 |
Color Harmonies of #8DB07A
Complementary color
Monochromatic Colors of #8DB07A
Black with #8DB07A
Text Example
Text Example
White with #8DB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB07A; }
p { color: rgb(141,176,122); }
H1.HeaderClassName
{
color: #8DB07A;
}
.AnyTagClassName
{
color: #8DB07A;
}
</style>
background-color css
<style>
a { background-color: #8DB07A; }
a { background-color: rgb(141,176,122); }
div.DivClassName
{
background-color: #8DB07A;
}
.BgClassName
{
background-color: #8DB07A;
}
</style>
border-color css
<style>
span { border-color: #8DB07A; }
span { border-color: rgb(141,176,122); }
td.TdClassName
{
border-color: #8DB07A;
}
.TagClassName
{
border-color: #8DB07A;
}
</style>