Shades of Olivine #8DBB72
Tints of Olivine #8DBB72
RGB
CMYK
RGB Variations
Color information
#8DBB72 (or 0x8DBB72) is known color: Olivine. HEX triplet: 8D, BB and 72. RGB value is (141,187,114). Sum of RGB (Red+Green+Blue) = 141+187+114=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB72 is #72448D. Grayscale: #A5A5A5. Windows color (decimal): -7488654 or 7519117. OLE color: 7519117.
HSL color Cylindrical-coordinate representation of color #8DBB72: hue angle of 97.81º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBB72 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 114 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.27 |
| HSL | 97.81º | 0.35% | 0.59% | - |
| HSV(B) | 97.81º | 0.39% | 0.73% | - |
| XYZ | 31.79 | 42.42 | 22.43 | - |
| YUV | 164.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 114 | 0.25 | 0 | 0.39 | 0.27 | 97.81 | 0.35 | 0.59 |
| Hex | 8D | BB | 72 | 19 | 0 | 27 | 1B | 62 | 23 | 3B |
| Octal | 215 | 273 | 162 | 31 | 0 | 47 | 33 | 142 | 43 | 73 |
| Binary | 10001101 | 10111011 | 1110010 | 11001 | 0 | 100111 | 11011 | 1100010 | 100011 | 111011 |
Color Harmonies of #8DBB72
Complementary color
Monochromatic Colors of #8DBB72
Black with #8DBB72
Text Example
Text Example
White with #8DBB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB72; }
p { color: rgb(141,187,114); }
H1.HeaderClassName
{
color: #8DBB72;
}
.AnyTagClassName
{
color: #8DBB72;
}
</style>
background-color css
<style>
a { background-color: #8DBB72; }
a { background-color: rgb(141,187,114); }
div.DivClassName
{
background-color: #8DBB72;
}
.BgClassName
{
background-color: #8DBB72;
}
</style>
border-color css
<style>
span { border-color: #8DBB72; }
span { border-color: rgb(141,187,114); }
td.TdClassName
{
border-color: #8DBB72;
}
.TagClassName
{
border-color: #8DBB72;
}
</style>