Shades of Olivine #8DBD74
Tints of Olivine #8DBD74
RGB
CMYK
RGB Variations
Color information
#8DBD74 (or 0x8DBD74) is known color: Olivine. HEX triplet: 8D, BD and 74. RGB value is (141,189,116). Sum of RGB (Red+Green+Blue) = 141+189+116=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD74 is #72428B. Grayscale: #A6A6A6. Windows color (decimal): -7488140 or 7650701. OLE color: 7650701.
HSL color Cylindrical-coordinate representation of color #8DBD74: hue angle of 99.45º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBD74 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 116 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.26 |
| HSL | 99.45º | 0.36% | 0.6% | - |
| HSV(B) | 99.45º | 0.39% | 0.74% | - |
| XYZ | 32.33 | 43.32 | 23.18 | - |
| YUV | 166.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 116 | 0.25 | 0 | 0.39 | 0.26 | 99.45 | 0.36 | 0.6 |
| Hex | 8D | BD | 74 | 19 | 0 | 27 | 1A | 63 | 24 | 3C |
| Octal | 215 | 275 | 164 | 31 | 0 | 47 | 32 | 143 | 44 | 74 |
| Binary | 10001101 | 10111101 | 1110100 | 11001 | 0 | 100111 | 11010 | 1100011 | 100100 | 111100 |
Color Harmonies of #8DBD74
Complementary color
Monochromatic Colors of #8DBD74
Black with #8DBD74
Text Example
Text Example
White with #8DBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD74; }
p { color: rgb(141,189,116); }
H1.HeaderClassName
{
color: #8DBD74;
}
.AnyTagClassName
{
color: #8DBD74;
}
</style>
background-color css
<style>
a { background-color: #8DBD74; }
a { background-color: rgb(141,189,116); }
div.DivClassName
{
background-color: #8DBD74;
}
.BgClassName
{
background-color: #8DBD74;
}
</style>
border-color css
<style>
span { border-color: #8DBD74; }
span { border-color: rgb(141,189,116); }
td.TdClassName
{
border-color: #8DBD74;
}
.TagClassName
{
border-color: #8DBD74;
}
</style>