Shades of Olivine #8DB569
Tints of Olivine #8DB569
RGB
CMYK
RGB Variations
Color information
#8DB569 (or 0x8DB569) is known color: Olivine. HEX triplet: 8D, B5 and 69. RGB value is (141,181,105). Sum of RGB (Red+Green+Blue) = 141+181+105=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB569 is #724A96. Grayscale: #A0A0A0. Windows color (decimal): -7490199 or 6927757. OLE color: 6927757.
HSL color Cylindrical-coordinate representation of color #8DB569: hue angle of 91.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DB569 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 105 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.29 |
| HSL | 91.58º | 0.34% | 0.56% | - |
| HSV(B) | 91.58º | 0.42% | 0.71% | - |
| XYZ | 30.06 | 39.73 | 19.45 | - |
| YUV | 160.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 105 | 0.22 | 0 | 0.42 | 0.29 | 91.58 | 0.34 | 0.56 |
| Hex | 8D | B5 | 69 | 16 | 0 | 2A | 1D | 5C | 22 | 38 |
| Octal | 215 | 265 | 151 | 26 | 0 | 52 | 35 | 134 | 42 | 70 |
| Binary | 10001101 | 10110101 | 1101001 | 10110 | 0 | 101010 | 11101 | 1011100 | 100010 | 111000 |
Color Harmonies of #8DB569
Complementary color
Monochromatic Colors of #8DB569
Black with #8DB569
Text Example
Text Example
White with #8DB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB569; }
p { color: rgb(141,181,105); }
H1.HeaderClassName
{
color: #8DB569;
}
.AnyTagClassName
{
color: #8DB569;
}
</style>
background-color css
<style>
a { background-color: #8DB569; }
a { background-color: rgb(141,181,105); }
div.DivClassName
{
background-color: #8DB569;
}
.BgClassName
{
background-color: #8DB569;
}
</style>
border-color css
<style>
span { border-color: #8DB569; }
span { border-color: rgb(141,181,105); }
td.TdClassName
{
border-color: #8DB569;
}
.TagClassName
{
border-color: #8DB569;
}
</style>