Shades of Olivine #8AB776
Tints of Olivine #8AB776
RGB
CMYK
RGB Variations
Color information
#8AB776 (or 0x8AB776) is known color: Olivine. HEX triplet: 8A, B7 and 76. RGB value is (138,183,118). Sum of RGB (Red+Green+Blue) = 138+183+118=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB776 is #754889. Grayscale: #A2A2A2. Windows color (decimal): -7686282 or 7780234. OLE color: 7780234.
HSL color Cylindrical-coordinate representation of color #8AB776: hue angle of 101.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AB776 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 118 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.28 |
| HSL | 101.54º | 0.31% | 0.59% | - |
| HSV(B) | 101.54º | 0.36% | 0.72% | - |
| XYZ | 30.68 | 40.58 | 23.35 | - |
| YUV | 162.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 118 | 0.25 | 0 | 0.36 | 0.28 | 101.54 | 0.31 | 0.59 |
| Hex | 8A | B7 | 76 | 19 | 0 | 24 | 1C | 66 | 1F | 3B |
| Octal | 212 | 267 | 166 | 31 | 0 | 44 | 34 | 146 | 37 | 73 |
| Binary | 10001010 | 10110111 | 1110110 | 11001 | 0 | 100100 | 11100 | 1100110 | 11111 | 111011 |
Color Harmonies of #8AB776
Complementary color
Monochromatic Colors of #8AB776
Black with #8AB776
Text Example
Text Example
White with #8AB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB776; }
p { color: rgb(138,183,118); }
H1.HeaderClassName
{
color: #8AB776;
}
.AnyTagClassName
{
color: #8AB776;
}
</style>
background-color css
<style>
a { background-color: #8AB776; }
a { background-color: rgb(138,183,118); }
div.DivClassName
{
background-color: #8AB776;
}
.BgClassName
{
background-color: #8AB776;
}
</style>
border-color css
<style>
span { border-color: #8AB776; }
span { border-color: rgb(138,183,118); }
td.TdClassName
{
border-color: #8AB776;
}
.TagClassName
{
border-color: #8AB776;
}
</style>