Shades of Olivine #8AB173
Tints of Olivine #8AB173
RGB
CMYK
RGB Variations
Color information
#8AB173 (or 0x8AB173) is known color: Olivine. HEX triplet: 8A, B1 and 73. RGB value is (138,177,115). Sum of RGB (Red+Green+Blue) = 138+177+115=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB173 is #754E8C. Grayscale: #9E9E9E. Windows color (decimal): -7687821 or 7582090. OLE color: 7582090.
HSL color Cylindrical-coordinate representation of color #8AB173: hue angle of 97.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AB173 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 115 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.31 |
| HSL | 97.74º | 0.28% | 0.57% | - |
| HSV(B) | 97.74º | 0.35% | 0.69% | - |
| XYZ | 29.3 | 38.09 | 22.03 | - |
| YUV | 158.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 115 | 0.22 | 0 | 0.35 | 0.31 | 97.74 | 0.28 | 0.57 |
| Hex | 8A | B1 | 73 | 16 | 0 | 23 | 1F | 62 | 1C | 39 |
| Octal | 212 | 261 | 163 | 26 | 0 | 43 | 37 | 142 | 34 | 71 |
| Binary | 10001010 | 10110001 | 1110011 | 10110 | 0 | 100011 | 11111 | 1100010 | 11100 | 111001 |
Color Harmonies of #8AB173
Complementary color
Monochromatic Colors of #8AB173
Black with #8AB173
Text Example
Text Example
White with #8AB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB173; }
p { color: rgb(138,177,115); }
H1.HeaderClassName
{
color: #8AB173;
}
.AnyTagClassName
{
color: #8AB173;
}
</style>
background-color css
<style>
a { background-color: #8AB173; }
a { background-color: rgb(138,177,115); }
div.DivClassName
{
background-color: #8AB173;
}
.BgClassName
{
background-color: #8AB173;
}
</style>
border-color css
<style>
span { border-color: #8AB173; }
span { border-color: rgb(138,177,115); }
td.TdClassName
{
border-color: #8AB173;
}
.TagClassName
{
border-color: #8AB173;
}
</style>