Shades of Olivine #8DB26C
Tints of Olivine #8DB26C
RGB
CMYK
RGB Variations
Color information
#8DB26C (or 0x8DB26C) is known color: Olivine. HEX triplet: 8D, B2 and 6C. RGB value is (141,178,108). Sum of RGB (Red+Green+Blue) = 141+178+108=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB26C is #724D93. Grayscale: #9F9F9F. Windows color (decimal): -7490964 or 7123597. OLE color: 7123597.
HSL color Cylindrical-coordinate representation of color #8DB26C: hue angle of 91.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DB26C is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 108 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.30 |
| HSL | 91.71º | 0.31% | 0.56% | - |
| HSV(B) | 91.71º | 0.39% | 0.7% | - |
| XYZ | 29.61 | 38.59 | 20.07 | - |
| YUV | 158.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 108 | 0.21 | 0 | 0.39 | 0.30 | 91.71 | 0.31 | 0.56 |
| Hex | 8D | B2 | 6C | 15 | 0 | 27 | 1E | 5C | 1F | 38 |
| Octal | 215 | 262 | 154 | 25 | 0 | 47 | 36 | 134 | 37 | 70 |
| Binary | 10001101 | 10110010 | 1101100 | 10101 | 0 | 100111 | 11110 | 1011100 | 11111 | 111000 |
Color Harmonies of #8DB26C
Complementary color
Monochromatic Colors of #8DB26C
Black with #8DB26C
Text Example
Text Example
White with #8DB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB26C; }
p { color: rgb(141,178,108); }
H1.HeaderClassName
{
color: #8DB26C;
}
.AnyTagClassName
{
color: #8DB26C;
}
</style>
background-color css
<style>
a { background-color: #8DB26C; }
a { background-color: rgb(141,178,108); }
div.DivClassName
{
background-color: #8DB26C;
}
.BgClassName
{
background-color: #8DB26C;
}
</style>
border-color css
<style>
span { border-color: #8DB26C; }
span { border-color: rgb(141,178,108); }
td.TdClassName
{
border-color: #8DB26C;
}
.TagClassName
{
border-color: #8DB26C;
}
</style>