Shades of Olivine #8AB775
Tints of Olivine #8AB775
RGB
CMYK
RGB Variations
Color information
#8AB775 (or 0x8AB775) is known color: Olivine. HEX triplet: 8A, B7 and 75. RGB value is (138,183,117). Sum of RGB (Red+Green+Blue) = 138+183+117=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB775 is #75488A. Grayscale: #A2A2A2. Windows color (decimal): -7686283 or 7714698. OLE color: 7714698.
HSL color Cylindrical-coordinate representation of color #8AB775: hue angle of 100.91º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AB775 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 117 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.28 |
| HSL | 100.91º | 0.31% | 0.59% | - |
| HSV(B) | 100.91º | 0.36% | 0.72% | - |
| XYZ | 30.63 | 40.55 | 23.04 | - |
| YUV | 162.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 117 | 0.25 | 0 | 0.36 | 0.28 | 100.91 | 0.31 | 0.59 |
| Hex | 8A | B7 | 75 | 19 | 0 | 24 | 1C | 65 | 1F | 3B |
| Octal | 212 | 267 | 165 | 31 | 0 | 44 | 34 | 145 | 37 | 73 |
| Binary | 10001010 | 10110111 | 1110101 | 11001 | 0 | 100100 | 11100 | 1100101 | 11111 | 111011 |
Color Harmonies of #8AB775
Complementary color
Monochromatic Colors of #8AB775
Black with #8AB775
Text Example
Text Example
White with #8AB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB775; }
p { color: rgb(138,183,117); }
H1.HeaderClassName
{
color: #8AB775;
}
.AnyTagClassName
{
color: #8AB775;
}
</style>
background-color css
<style>
a { background-color: #8AB775; }
a { background-color: rgb(138,183,117); }
div.DivClassName
{
background-color: #8AB775;
}
.BgClassName
{
background-color: #8AB775;
}
</style>
border-color css
<style>
span { border-color: #8AB775; }
span { border-color: rgb(138,183,117); }
td.TdClassName
{
border-color: #8AB775;
}
.TagClassName
{
border-color: #8AB775;
}
</style>