Shades of Olivine #8AB576
Tints of Olivine #8AB576
RGB
CMYK
RGB Variations
Color information
#8AB576 (or 0x8AB576) is known color: Olivine. HEX triplet: 8A, B5 and 76. RGB value is (138,181,118). Sum of RGB (Red+Green+Blue) = 138+181+118=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB576 is #754A89. Grayscale: #A1A1A1. Windows color (decimal): -7686794 or 7779722. OLE color: 7779722.
HSL color Cylindrical-coordinate representation of color #8AB576: hue angle of 100.95º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AB576 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 118 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.29 |
| HSL | 100.95º | 0.3% | 0.59% | - |
| HSV(B) | 100.95º | 0.35% | 0.71% | - |
| XYZ | 30.28 | 39.76 | 23.22 | - |
| YUV | 160.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 118 | 0.24 | 0 | 0.35 | 0.29 | 100.95 | 0.3 | 0.59 |
| Hex | 8A | B5 | 76 | 18 | 0 | 23 | 1D | 65 | 1E | 3B |
| Octal | 212 | 265 | 166 | 30 | 0 | 43 | 35 | 145 | 36 | 73 |
| Binary | 10001010 | 10110101 | 1110110 | 11000 | 0 | 100011 | 11101 | 1100101 | 11110 | 111011 |
Color Harmonies of #8AB576
Complementary color
Monochromatic Colors of #8AB576
Black with #8AB576
Text Example
Text Example
White with #8AB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB576; }
p { color: rgb(138,181,118); }
H1.HeaderClassName
{
color: #8AB576;
}
.AnyTagClassName
{
color: #8AB576;
}
</style>
background-color css
<style>
a { background-color: #8AB576; }
a { background-color: rgb(138,181,118); }
div.DivClassName
{
background-color: #8AB576;
}
.BgClassName
{
background-color: #8AB576;
}
</style>
border-color css
<style>
span { border-color: #8AB576; }
span { border-color: rgb(138,181,118); }
td.TdClassName
{
border-color: #8AB576;
}
.TagClassName
{
border-color: #8AB576;
}
</style>