Shades of Olivine #8DB16A
Tints of Olivine #8DB16A
RGB
CMYK
RGB Variations
Color information
#8DB16A (or 0x8DB16A) is known color: Olivine. HEX triplet: 8D, B1 and 6A. RGB value is (141,177,106). Sum of RGB (Red+Green+Blue) = 141+177+106=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB16A is #724E95. Grayscale: #9E9E9E. Windows color (decimal): -7491222 or 6992269. OLE color: 6992269.
HSL color Cylindrical-coordinate representation of color #8DB16A: hue angle of 90.42º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB16A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 106 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.31 |
| HSL | 90.42º | 0.31% | 0.55% | - |
| HSV(B) | 90.42º | 0.4% | 0.69% | - |
| XYZ | 29.31 | 38.15 | 19.45 | - |
| YUV | 158.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 106 | 0.20 | 0 | 0.40 | 0.31 | 90.42 | 0.31 | 0.55 |
| Hex | 8D | B1 | 6A | 14 | 0 | 28 | 1F | 5A | 1F | 37 |
| Octal | 215 | 261 | 152 | 24 | 0 | 50 | 37 | 132 | 37 | 67 |
| Binary | 10001101 | 10110001 | 1101010 | 10100 | 0 | 101000 | 11111 | 1011010 | 11111 | 110111 |
Color Harmonies of #8DB16A
Complementary color
Monochromatic Colors of #8DB16A
Black with #8DB16A
Text Example
Text Example
White with #8DB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB16A; }
p { color: rgb(141,177,106); }
H1.HeaderClassName
{
color: #8DB16A;
}
.AnyTagClassName
{
color: #8DB16A;
}
</style>
background-color css
<style>
a { background-color: #8DB16A; }
a { background-color: rgb(141,177,106); }
div.DivClassName
{
background-color: #8DB16A;
}
.BgClassName
{
background-color: #8DB16A;
}
</style>
border-color css
<style>
span { border-color: #8DB16A; }
span { border-color: rgb(141,177,106); }
td.TdClassName
{
border-color: #8DB16A;
}
.TagClassName
{
border-color: #8DB16A;
}
</style>