Shades of Olivine #8DBC68
Tints of Olivine #8DBC68
RGB
CMYK
RGB Variations
Color information
#8DBC68 (or 0x8DBC68) is known color: Olivine. HEX triplet: 8D, BC and 68. RGB value is (141,188,104). Sum of RGB (Red+Green+Blue) = 141+188+104=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC68 is #724397. Grayscale: #A4A4A4. Windows color (decimal): -7488408 or 6864013. OLE color: 6864013.
HSL color Cylindrical-coordinate representation of color #8DBC68: hue angle of 93.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBC68 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 104 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.26 |
| HSL | 93.57º | 0.39% | 0.57% | - |
| HSV(B) | 93.57º | 0.45% | 0.74% | - |
| XYZ | 31.47 | 42.63 | 19.67 | - |
| YUV | 164.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 104 | 0.25 | 0 | 0.45 | 0.26 | 93.57 | 0.39 | 0.57 |
| Hex | 8D | BC | 68 | 19 | 0 | 2D | 1A | 5E | 27 | 39 |
| Octal | 215 | 274 | 150 | 31 | 0 | 55 | 32 | 136 | 47 | 71 |
| Binary | 10001101 | 10111100 | 1101000 | 11001 | 0 | 101101 | 11010 | 1011110 | 100111 | 111001 |
Color Harmonies of #8DBC68
Complementary color
Monochromatic Colors of #8DBC68
Black with #8DBC68
Text Example
Text Example
White with #8DBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC68; }
p { color: rgb(141,188,104); }
H1.HeaderClassName
{
color: #8DBC68;
}
.AnyTagClassName
{
color: #8DBC68;
}
</style>
background-color css
<style>
a { background-color: #8DBC68; }
a { background-color: rgb(141,188,104); }
div.DivClassName
{
background-color: #8DBC68;
}
.BgClassName
{
background-color: #8DBC68;
}
</style>
border-color css
<style>
span { border-color: #8DBC68; }
span { border-color: rgb(141,188,104); }
td.TdClassName
{
border-color: #8DBC68;
}
.TagClassName
{
border-color: #8DBC68;
}
</style>