Shades of Olivine #88B26D
Tints of Olivine #88B26D
RGB
CMYK
RGB Variations
Color information
#88B26D (or 0x88B26D) is known color: Olivine. HEX triplet: 88, B2 and 6D. RGB value is (136,178,109). Sum of RGB (Red+Green+Blue) = 136+178+109=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #88B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B26D is #774D92. Grayscale: #9D9D9D. Windows color (decimal): -7818643 or 7189128. OLE color: 7189128.
HSL color Cylindrical-coordinate representation of color #88B26D: hue angle of 96.52º 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 #88B26D is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 178 | 109 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.30 |
| HSL | 96.52º | 0.31% | 0.56% | - |
| HSV(B) | 96.52º | 0.39% | 0.7% | - |
| XYZ | 28.83 | 38.18 | 20.32 | - |
| YUV | 157.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 109 | 0.24 | 0 | 0.39 | 0.30 | 96.52 | 0.31 | 0.56 |
| Hex | 88 | B2 | 6D | 18 | 0 | 27 | 1E | 61 | 1F | 38 |
| Octal | 210 | 262 | 155 | 30 | 0 | 47 | 36 | 141 | 37 | 70 |
| Binary | 10001000 | 10110010 | 1101101 | 11000 | 0 | 100111 | 11110 | 1100001 | 11111 | 111000 |
Color Harmonies of #88B26D
Complementary color
Monochromatic Colors of #88B26D
Black with #88B26D
Text Example
Text Example
White with #88B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B26D; }
p { color: rgb(136,178,109); }
H1.HeaderClassName
{
color: #88B26D;
}
.AnyTagClassName
{
color: #88B26D;
}
</style>
background-color css
<style>
a { background-color: #88B26D; }
a { background-color: rgb(136,178,109); }
div.DivClassName
{
background-color: #88B26D;
}
.BgClassName
{
background-color: #88B26D;
}
</style>
border-color css
<style>
span { border-color: #88B26D; }
span { border-color: rgb(136,178,109); }
td.TdClassName
{
border-color: #88B26D;
}
.TagClassName
{
border-color: #88B26D;
}
</style>