Shades of Olivine #8DB874
Tints of Olivine #8DB874
RGB
CMYK
RGB Variations
Color information
#8DB874 (or 0x8DB874) is known color: Olivine. HEX triplet: 8D, B8 and 74. RGB value is (141,184,116). Sum of RGB (Red+Green+Blue) = 141+184+116=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB874 is #72478B. Grayscale: #A3A3A3. Windows color (decimal): -7489420 or 7649421. OLE color: 7649421.
HSL color Cylindrical-coordinate representation of color #8DB874: hue angle of 97.94º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DB874 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 116 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.28 |
| HSL | 97.94º | 0.32% | 0.59% | - |
| HSV(B) | 97.94º | 0.37% | 0.72% | - |
| XYZ | 31.28 | 41.2 | 22.83 | - |
| YUV | 163.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 116 | 0.23 | 0 | 0.37 | 0.28 | 97.94 | 0.32 | 0.59 |
| Hex | 8D | B8 | 74 | 17 | 0 | 25 | 1C | 62 | 20 | 3B |
| Octal | 215 | 270 | 164 | 27 | 0 | 45 | 34 | 142 | 40 | 73 |
| Binary | 10001101 | 10111000 | 1110100 | 10111 | 0 | 100101 | 11100 | 1100010 | 100000 | 111011 |
Color Harmonies of #8DB874
Complementary color
Monochromatic Colors of #8DB874
Black with #8DB874
Text Example
Text Example
White with #8DB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB874; }
p { color: rgb(141,184,116); }
H1.HeaderClassName
{
color: #8DB874;
}
.AnyTagClassName
{
color: #8DB874;
}
</style>
background-color css
<style>
a { background-color: #8DB874; }
a { background-color: rgb(141,184,116); }
div.DivClassName
{
background-color: #8DB874;
}
.BgClassName
{
background-color: #8DB874;
}
</style>
border-color css
<style>
span { border-color: #8DB874; }
span { border-color: rgb(141,184,116); }
td.TdClassName
{
border-color: #8DB874;
}
.TagClassName
{
border-color: #8DB874;
}
</style>