Shades of Olivine #8ABB76
Tints of Olivine #8ABB76
RGB
CMYK
RGB Variations
Color information
#8ABB76 (or 0x8ABB76) is known color: Olivine. HEX triplet: 8A, BB and 76. RGB value is (138,187,118). Sum of RGB (Red+Green+Blue) = 138+187+118=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB76 is #754489. Grayscale: #A4A4A4. Windows color (decimal): -7685258 or 7781258. OLE color: 7781258.
HSL color Cylindrical-coordinate representation of color #8ABB76: hue angle of 102.61º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABB76 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 118 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.27 |
| HSL | 102.61º | 0.34% | 0.6% | - |
| HSV(B) | 102.61º | 0.37% | 0.73% | - |
| XYZ | 31.52 | 42.25 | 23.63 | - |
| YUV | 164.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 118 | 0.26 | 0 | 0.37 | 0.27 | 102.61 | 0.34 | 0.6 |
| Hex | 8A | BB | 76 | 1A | 0 | 25 | 1B | 67 | 22 | 3C |
| Octal | 212 | 273 | 166 | 32 | 0 | 45 | 33 | 147 | 42 | 74 |
| Binary | 10001010 | 10111011 | 1110110 | 11010 | 0 | 100101 | 11011 | 1100111 | 100010 | 111100 |
Color Harmonies of #8ABB76
Complementary color
Monochromatic Colors of #8ABB76
Black with #8ABB76
Text Example
Text Example
White with #8ABB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB76; }
p { color: rgb(138,187,118); }
H1.HeaderClassName
{
color: #8ABB76;
}
.AnyTagClassName
{
color: #8ABB76;
}
</style>
background-color css
<style>
a { background-color: #8ABB76; }
a { background-color: rgb(138,187,118); }
div.DivClassName
{
background-color: #8ABB76;
}
.BgClassName
{
background-color: #8ABB76;
}
</style>
border-color css
<style>
span { border-color: #8ABB76; }
span { border-color: rgb(138,187,118); }
td.TdClassName
{
border-color: #8ABB76;
}
.TagClassName
{
border-color: #8ABB76;
}
</style>