Shades of Olivine #8AB778
Tints of Olivine #8AB778
RGB
CMYK
RGB Variations
Color information
#8AB778 (or 0x8AB778) is known color: Olivine. HEX triplet: 8A, B7 and 78. RGB value is (138,183,120). Sum of RGB (Red+Green+Blue) = 138+183+120=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB778 is #754887. Grayscale: #A2A2A2. Windows color (decimal): -7686280 or 7911306. OLE color: 7911306.
HSL color Cylindrical-coordinate representation of color #8AB778: hue angle of 102.86º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB778 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 120 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.28 |
| HSL | 102.86º | 0.3% | 0.59% | - |
| HSV(B) | 102.86º | 0.34% | 0.72% | - |
| XYZ | 30.8 | 40.63 | 23.99 | - |
| YUV | 162.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 120 | 0.25 | 0 | 0.34 | 0.28 | 102.86 | 0.3 | 0.59 |
| Hex | 8A | B7 | 78 | 19 | 0 | 22 | 1C | 67 | 1E | 3B |
| Octal | 212 | 267 | 170 | 31 | 0 | 42 | 34 | 147 | 36 | 73 |
| Binary | 10001010 | 10110111 | 1111000 | 11001 | 0 | 100010 | 11100 | 1100111 | 11110 | 111011 |
Color Harmonies of #8AB778
Complementary color
Monochromatic Colors of #8AB778
Black with #8AB778
Text Example
Text Example
White with #8AB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB778; }
p { color: rgb(138,183,120); }
H1.HeaderClassName
{
color: #8AB778;
}
.AnyTagClassName
{
color: #8AB778;
}
</style>
background-color css
<style>
a { background-color: #8AB778; }
a { background-color: rgb(138,183,120); }
div.DivClassName
{
background-color: #8AB778;
}
.BgClassName
{
background-color: #8AB778;
}
</style>
border-color css
<style>
span { border-color: #8AB778; }
span { border-color: rgb(138,183,120); }
td.TdClassName
{
border-color: #8AB778;
}
.TagClassName
{
border-color: #8AB778;
}
</style>