Shades of Olivine #8DB36B
Tints of Olivine #8DB36B
RGB
CMYK
RGB Variations
Color information
#8DB36B (or 0x8DB36B) is known color: Olivine. HEX triplet: 8D, B3 and 6B. RGB value is (141,179,107). Sum of RGB (Red+Green+Blue) = 141+179+107=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB36B is #724C94. Grayscale: #9F9F9F. Windows color (decimal): -7490709 or 7058317. OLE color: 7058317.
HSL color Cylindrical-coordinate representation of color #8DB36B: hue angle of 91.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB36B is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 107 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.30 |
| HSL | 91.67º | 0.32% | 0.56% | - |
| HSV(B) | 91.67º | 0.4% | 0.7% | - |
| XYZ | 29.76 | 38.96 | 19.86 | - |
| YUV | 159.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 107 | 0.21 | 0 | 0.40 | 0.30 | 91.67 | 0.32 | 0.56 |
| Hex | 8D | B3 | 6B | 15 | 0 | 28 | 1E | 5C | 20 | 38 |
| Octal | 215 | 263 | 153 | 25 | 0 | 50 | 36 | 134 | 40 | 70 |
| Binary | 10001101 | 10110011 | 1101011 | 10101 | 0 | 101000 | 11110 | 1011100 | 100000 | 111000 |
Color Harmonies of #8DB36B
Complementary color
Monochromatic Colors of #8DB36B
Black with #8DB36B
Text Example
Text Example
White with #8DB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB36B; }
p { color: rgb(141,179,107); }
H1.HeaderClassName
{
color: #8DB36B;
}
.AnyTagClassName
{
color: #8DB36B;
}
</style>
background-color css
<style>
a { background-color: #8DB36B; }
a { background-color: rgb(141,179,107); }
div.DivClassName
{
background-color: #8DB36B;
}
.BgClassName
{
background-color: #8DB36B;
}
</style>
border-color css
<style>
span { border-color: #8DB36B; }
span { border-color: rgb(141,179,107); }
td.TdClassName
{
border-color: #8DB36B;
}
.TagClassName
{
border-color: #8DB36B;
}
</style>