Shades of Olivine #8AB575
Tints of Olivine #8AB575
RGB
CMYK
RGB Variations
Color information
#8AB575 (or 0x8AB575) is known color: Olivine. HEX triplet: 8A, B5 and 75. RGB value is (138,181,117). Sum of RGB (Red+Green+Blue) = 138+181+117=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB575 is #754A8A. Grayscale: #A1A1A1. Windows color (decimal): -7686795 or 7714186. OLE color: 7714186.
HSL color Cylindrical-coordinate representation of color #8AB575: hue angle of 100.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AB575 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 117 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.29 |
| HSL | 100.31º | 0.3% | 0.58% | - |
| HSV(B) | 100.31º | 0.35% | 0.71% | - |
| XYZ | 30.22 | 39.74 | 22.91 | - |
| YUV | 160.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 117 | 0.24 | 0 | 0.35 | 0.29 | 100.31 | 0.3 | 0.58 |
| Hex | 8A | B5 | 75 | 18 | 0 | 23 | 1D | 64 | 1E | 3A |
| Octal | 212 | 265 | 165 | 30 | 0 | 43 | 35 | 144 | 36 | 72 |
| Binary | 10001010 | 10110101 | 1110101 | 11000 | 0 | 100011 | 11101 | 1100100 | 11110 | 111010 |
Color Harmonies of #8AB575
Complementary color
Monochromatic Colors of #8AB575
Black with #8AB575
Text Example
Text Example
White with #8AB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB575; }
p { color: rgb(138,181,117); }
H1.HeaderClassName
{
color: #8AB575;
}
.AnyTagClassName
{
color: #8AB575;
}
</style>
background-color css
<style>
a { background-color: #8AB575; }
a { background-color: rgb(138,181,117); }
div.DivClassName
{
background-color: #8AB575;
}
.BgClassName
{
background-color: #8AB575;
}
</style>
border-color css
<style>
span { border-color: #8AB575; }
span { border-color: rgb(138,181,117); }
td.TdClassName
{
border-color: #8AB575;
}
.TagClassName
{
border-color: #8AB575;
}
</style>