Shades of Olivine #8AB878
Tints of Olivine #8AB878
RGB
CMYK
RGB Variations
Color information
#8AB878 (or 0x8AB878) is known color: Olivine. HEX triplet: 8A, B8 and 78. RGB value is (138,184,120). Sum of RGB (Red+Green+Blue) = 138+184+120=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB878 is #754787. Grayscale: #A3A3A3. Windows color (decimal): -7686024 or 7911562. OLE color: 7911562.
HSL color Cylindrical-coordinate representation of color #8AB878: hue angle of 103.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AB878 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 120 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.28 |
| HSL | 103.13º | 0.31% | 0.6% | - |
| HSV(B) | 103.13º | 0.35% | 0.72% | - |
| XYZ | 31.01 | 41.04 | 24.06 | - |
| YUV | 162.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 120 | 0.25 | 0 | 0.35 | 0.28 | 103.13 | 0.31 | 0.6 |
| Hex | 8A | B8 | 78 | 19 | 0 | 23 | 1C | 67 | 1F | 3C |
| Octal | 212 | 270 | 170 | 31 | 0 | 43 | 34 | 147 | 37 | 74 |
| Binary | 10001010 | 10111000 | 1111000 | 11001 | 0 | 100011 | 11100 | 1100111 | 11111 | 111100 |
Color Harmonies of #8AB878
Complementary color
Monochromatic Colors of #8AB878
Black with #8AB878
Text Example
Text Example
White with #8AB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB878; }
p { color: rgb(138,184,120); }
H1.HeaderClassName
{
color: #8AB878;
}
.AnyTagClassName
{
color: #8AB878;
}
</style>
background-color css
<style>
a { background-color: #8AB878; }
a { background-color: rgb(138,184,120); }
div.DivClassName
{
background-color: #8AB878;
}
.BgClassName
{
background-color: #8AB878;
}
</style>
border-color css
<style>
span { border-color: #8AB878; }
span { border-color: rgb(138,184,120); }
td.TdClassName
{
border-color: #8AB878;
}
.TagClassName
{
border-color: #8AB878;
}
</style>