Shades of Olivine #8DB678
Tints of Olivine #8DB678
RGB
CMYK
RGB Variations
Color information
#8DB678 (or 0x8DB678) is known color: Olivine. HEX triplet: 8D, B6 and 78. RGB value is (141,182,120). Sum of RGB (Red+Green+Blue) = 141+182+120=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB678 is #724987. Grayscale: #A2A2A2. Windows color (decimal): -7489928 or 7911053. OLE color: 7911053.
HSL color Cylindrical-coordinate representation of color #8DB678: hue angle of 99.68º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB678 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 120 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.29 |
| HSL | 99.68º | 0.3% | 0.59% | - |
| HSV(B) | 99.68º | 0.34% | 0.71% | - |
| XYZ | 31.1 | 40.47 | 23.94 | - |
| YUV | 162.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 120 | 0.23 | 0 | 0.34 | 0.29 | 99.68 | 0.3 | 0.59 |
| Hex | 8D | B6 | 78 | 17 | 0 | 22 | 1D | 64 | 1E | 3B |
| Octal | 215 | 266 | 170 | 27 | 0 | 42 | 35 | 144 | 36 | 73 |
| Binary | 10001101 | 10110110 | 1111000 | 10111 | 0 | 100010 | 11101 | 1100100 | 11110 | 111011 |
Color Harmonies of #8DB678
Complementary color
Monochromatic Colors of #8DB678
Black with #8DB678
Text Example
Text Example
White with #8DB678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB678; }
p { color: rgb(141,182,120); }
H1.HeaderClassName
{
color: #8DB678;
}
.AnyTagClassName
{
color: #8DB678;
}
</style>
background-color css
<style>
a { background-color: #8DB678; }
a { background-color: rgb(141,182,120); }
div.DivClassName
{
background-color: #8DB678;
}
.BgClassName
{
background-color: #8DB678;
}
</style>
border-color css
<style>
span { border-color: #8DB678; }
span { border-color: rgb(141,182,120); }
td.TdClassName
{
border-color: #8DB678;
}
.TagClassName
{
border-color: #8DB678;
}
</style>