Shades of Olivine #8DB278
Tints of Olivine #8DB278
RGB
CMYK
RGB Variations
Color information
#8DB278 (or 0x8DB278) is known color: Olivine. HEX triplet: 8D, B2 and 78. RGB value is (141,178,120). Sum of RGB (Red+Green+Blue) = 141+178+120=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB278 is #724D87. Grayscale: #A0A0A0. Windows color (decimal): -7490952 or 7910029. OLE color: 7910029.
HSL color Cylindrical-coordinate representation of color #8DB278: hue angle of 98.28º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DB278 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 120 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.30 |
| HSL | 98.28º | 0.27% | 0.58% | - |
| HSV(B) | 98.28º | 0.33% | 0.7% | - |
| XYZ | 30.3 | 38.86 | 23.67 | - |
| YUV | 160.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 120 | 0.21 | 0 | 0.33 | 0.30 | 98.28 | 0.27 | 0.58 |
| Hex | 8D | B2 | 78 | 15 | 0 | 21 | 1E | 62 | 1B | 3A |
| Octal | 215 | 262 | 170 | 25 | 0 | 41 | 36 | 142 | 33 | 72 |
| Binary | 10001101 | 10110010 | 1111000 | 10101 | 0 | 100001 | 11110 | 1100010 | 11011 | 111010 |
Color Harmonies of #8DB278
Complementary color
Monochromatic Colors of #8DB278
Black with #8DB278
Text Example
Text Example
White with #8DB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB278; }
p { color: rgb(141,178,120); }
H1.HeaderClassName
{
color: #8DB278;
}
.AnyTagClassName
{
color: #8DB278;
}
</style>
background-color css
<style>
a { background-color: #8DB278; }
a { background-color: rgb(141,178,120); }
div.DivClassName
{
background-color: #8DB278;
}
.BgClassName
{
background-color: #8DB278;
}
</style>
border-color css
<style>
span { border-color: #8DB278; }
span { border-color: rgb(141,178,120); }
td.TdClassName
{
border-color: #8DB278;
}
.TagClassName
{
border-color: #8DB278;
}
</style>