Shades of Olivine #8DB77D
Tints of Olivine #8DB77D
RGB
CMYK
RGB Variations
Color information
#8DB77D (or 0x8DB77D) is known color: Olivine. HEX triplet: 8D, B7 and 7D. RGB value is (141,183,125). Sum of RGB (Red+Green+Blue) = 141+183+125=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB77D is #724882. Grayscale: #A4A4A4. Windows color (decimal): -7489667 or 8238989. OLE color: 8238989.
HSL color Cylindrical-coordinate representation of color #8DB77D: hue angle of 103.45º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DB77D is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 125 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.28 |
| HSL | 103.45º | 0.29% | 0.6% | - |
| HSV(B) | 103.45º | 0.32% | 0.72% | - |
| XYZ | 31.62 | 41.01 | 25.65 | - |
| YUV | 163.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 125 | 0.23 | 0 | 0.32 | 0.28 | 103.45 | 0.29 | 0.6 |
| Hex | 8D | B7 | 7D | 17 | 0 | 20 | 1C | 67 | 1D | 3C |
| Octal | 215 | 267 | 175 | 27 | 0 | 40 | 34 | 147 | 35 | 74 |
| Binary | 10001101 | 10110111 | 1111101 | 10111 | 0 | 100000 | 11100 | 1100111 | 11101 | 111100 |
Color Harmonies of #8DB77D
Complementary color
Monochromatic Colors of #8DB77D
Black with #8DB77D
Text Example
Text Example
White with #8DB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB77D; }
p { color: rgb(141,183,125); }
H1.HeaderClassName
{
color: #8DB77D;
}
.AnyTagClassName
{
color: #8DB77D;
}
</style>
background-color css
<style>
a { background-color: #8DB77D; }
a { background-color: rgb(141,183,125); }
div.DivClassName
{
background-color: #8DB77D;
}
.BgClassName
{
background-color: #8DB77D;
}
</style>
border-color css
<style>
span { border-color: #8DB77D; }
span { border-color: rgb(141,183,125); }
td.TdClassName
{
border-color: #8DB77D;
}
.TagClassName
{
border-color: #8DB77D;
}
</style>