Shades of Olivine #8DB769
Tints of Olivine #8DB769
RGB
CMYK
RGB Variations
Color information
#8DB769 (or 0x8DB769) is known color: Olivine. HEX triplet: 8D, B7 and 69. RGB value is (141,183,105). Sum of RGB (Red+Green+Blue) = 141+183+105=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB769 is #724896. Grayscale: #A1A1A1. Windows color (decimal): -7489687 or 6928269. OLE color: 6928269.
HSL color Cylindrical-coordinate representation of color #8DB769: hue angle of 92.31º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB769 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 105 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.28 |
| HSL | 92.31º | 0.35% | 0.56% | - |
| HSV(B) | 92.31º | 0.43% | 0.72% | - |
| XYZ | 30.47 | 40.55 | 19.59 | - |
| YUV | 161.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 105 | 0.23 | 0 | 0.43 | 0.28 | 92.31 | 0.35 | 0.56 |
| Hex | 8D | B7 | 69 | 17 | 0 | 2B | 1C | 5C | 23 | 38 |
| Octal | 215 | 267 | 151 | 27 | 0 | 53 | 34 | 134 | 43 | 70 |
| Binary | 10001101 | 10110111 | 1101001 | 10111 | 0 | 101011 | 11100 | 1011100 | 100011 | 111000 |
Color Harmonies of #8DB769
Complementary color
Monochromatic Colors of #8DB769
Black with #8DB769
Text Example
Text Example
White with #8DB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB769; }
p { color: rgb(141,183,105); }
H1.HeaderClassName
{
color: #8DB769;
}
.AnyTagClassName
{
color: #8DB769;
}
</style>
background-color css
<style>
a { background-color: #8DB769; }
a { background-color: rgb(141,183,105); }
div.DivClassName
{
background-color: #8DB769;
}
.BgClassName
{
background-color: #8DB769;
}
</style>
border-color css
<style>
span { border-color: #8DB769; }
span { border-color: rgb(141,183,105); }
td.TdClassName
{
border-color: #8DB769;
}
.TagClassName
{
border-color: #8DB769;
}
</style>