Shades of Olivine #8DA377
Tints of Olivine #8DA377
RGB
CMYK
RGB Variations
Color information
#8DA377 (or 0x8DA377) is known color: Olivine. HEX triplet: 8D, A3 and 77. RGB value is (141,163,119). Sum of RGB (Red+Green+Blue) = 141+163+119=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA377 is #725C88. Grayscale: #979797. Windows color (decimal): -7494793 or 7840653. OLE color: 7840653.
HSL color Cylindrical-coordinate representation of color #8DA377: hue angle of 90º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA377 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 119 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.36 |
| HSL | 90º | 0.19% | 0.55% | - |
| HSV(B) | 90º | 0.27% | 0.64% | - |
| XYZ | 27.41 | 33.19 | 22.41 | - |
| YUV | 151.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 119 | 0.13 | 0 | 0.27 | 0.36 | 90 | 0.19 | 0.55 |
| Hex | 8D | A3 | 77 | D | 0 | 1B | 24 | 5A | 13 | 37 |
| Octal | 215 | 243 | 167 | 15 | 0 | 33 | 44 | 132 | 23 | 67 |
| Binary | 10001101 | 10100011 | 1110111 | 1101 | 0 | 11011 | 100100 | 1011010 | 10011 | 110111 |
Color Harmonies of #8DA377
Complementary color
Monochromatic Colors of #8DA377
Black with #8DA377
Text Example
Text Example
White with #8DA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA377; }
p { color: rgb(141,163,119); }
H1.HeaderClassName
{
color: #8DA377;
}
.AnyTagClassName
{
color: #8DA377;
}
</style>
background-color css
<style>
a { background-color: #8DA377; }
a { background-color: rgb(141,163,119); }
div.DivClassName
{
background-color: #8DA377;
}
.BgClassName
{
background-color: #8DA377;
}
</style>
border-color css
<style>
span { border-color: #8DA377; }
span { border-color: rgb(141,163,119); }
td.TdClassName
{
border-color: #8DA377;
}
.TagClassName
{
border-color: #8DA377;
}
</style>