Shades of Olivine #8AB578
Tints of Olivine #8AB578
RGB
CMYK
RGB Variations
Color information
#8AB578 (or 0x8AB578) is known color: Olivine. HEX triplet: 8A, B5 and 78. RGB value is (138,181,120). Sum of RGB (Red+Green+Blue) = 138+181+120=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB578 is #754A87. Grayscale: #A1A1A1. Windows color (decimal): -7686792 or 7910794. OLE color: 7910794.
HSL color Cylindrical-coordinate representation of color #8AB578: hue angle of 102.3º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB578 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 120 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.29 |
| HSL | 102.3º | 0.29% | 0.59% | - |
| HSV(B) | 102.3º | 0.34% | 0.71% | - |
| XYZ | 30.4 | 39.81 | 23.85 | - |
| YUV | 161.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 120 | 0.24 | 0 | 0.34 | 0.29 | 102.3 | 0.29 | 0.59 |
| Hex | 8A | B5 | 78 | 18 | 0 | 22 | 1D | 66 | 1D | 3B |
| Octal | 212 | 265 | 170 | 30 | 0 | 42 | 35 | 146 | 35 | 73 |
| Binary | 10001010 | 10110101 | 1111000 | 11000 | 0 | 100010 | 11101 | 1100110 | 11101 | 111011 |
Color Harmonies of #8AB578
Complementary color
Monochromatic Colors of #8AB578
Black with #8AB578
Text Example
Text Example
White with #8AB578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB578; }
p { color: rgb(138,181,120); }
H1.HeaderClassName
{
color: #8AB578;
}
.AnyTagClassName
{
color: #8AB578;
}
</style>
background-color css
<style>
a { background-color: #8AB578; }
a { background-color: rgb(138,181,120); }
div.DivClassName
{
background-color: #8AB578;
}
.BgClassName
{
background-color: #8AB578;
}
</style>
border-color css
<style>
span { border-color: #8AB578; }
span { border-color: rgb(138,181,120); }
td.TdClassName
{
border-color: #8AB578;
}
.TagClassName
{
border-color: #8AB578;
}
</style>