Shades of Olivine #8DB775
Tints of Olivine #8DB775
RGB
CMYK
RGB Variations
Color information
#8DB775 (or 0x8DB775) is known color: Olivine. HEX triplet: 8D, B7 and 75. RGB value is (141,183,117). Sum of RGB (Red+Green+Blue) = 141+183+117=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB775 is #72488A. Grayscale: #A3A3A3. Windows color (decimal): -7489675 or 7714701. OLE color: 7714701.
HSL color Cylindrical-coordinate representation of color #8DB775: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB775 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 117 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.28 |
| HSL | 98.18º | 0.31% | 0.59% | - |
| HSV(B) | 98.18º | 0.36% | 0.72% | - |
| XYZ | 31.13 | 40.81 | 23.07 | - |
| YUV | 162.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 117 | 0.23 | 0 | 0.36 | 0.28 | 98.18 | 0.31 | 0.59 |
| Hex | 8D | B7 | 75 | 17 | 0 | 24 | 1C | 62 | 1F | 3B |
| Octal | 215 | 267 | 165 | 27 | 0 | 44 | 34 | 142 | 37 | 73 |
| Binary | 10001101 | 10110111 | 1110101 | 10111 | 0 | 100100 | 11100 | 1100010 | 11111 | 111011 |
Color Harmonies of #8DB775
Complementary color
Monochromatic Colors of #8DB775
Black with #8DB775
Text Example
Text Example
White with #8DB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB775; }
p { color: rgb(141,183,117); }
H1.HeaderClassName
{
color: #8DB775;
}
.AnyTagClassName
{
color: #8DB775;
}
</style>
background-color css
<style>
a { background-color: #8DB775; }
a { background-color: rgb(141,183,117); }
div.DivClassName
{
background-color: #8DB775;
}
.BgClassName
{
background-color: #8DB775;
}
</style>
border-color css
<style>
span { border-color: #8DB775; }
span { border-color: rgb(141,183,117); }
td.TdClassName
{
border-color: #8DB775;
}
.TagClassName
{
border-color: #8DB775;
}
</style>