Shades of Olivine #8ABD77
Tints of Olivine #8ABD77
RGB
CMYK
RGB Variations
Color information
#8ABD77 (or 0x8ABD77) is known color: Olivine. HEX triplet: 8A, BD and 77. RGB value is (138,189,119). Sum of RGB (Red+Green+Blue) = 138+189+119=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD77 is #754288. Grayscale: #A6A6A6. Windows color (decimal): -7684745 or 7847306. OLE color: 7847306.
HSL color Cylindrical-coordinate representation of color #8ABD77: hue angle of 103.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABD77 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 119 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.26 |
| HSL | 103.71º | 0.35% | 0.6% | - |
| HSV(B) | 103.71º | 0.37% | 0.74% | - |
| XYZ | 32.01 | 43.13 | 24.09 | - |
| YUV | 165.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 119 | 0.27 | 0 | 0.37 | 0.26 | 103.71 | 0.35 | 0.6 |
| Hex | 8A | BD | 77 | 1B | 0 | 25 | 1A | 68 | 23 | 3C |
| Octal | 212 | 275 | 167 | 33 | 0 | 45 | 32 | 150 | 43 | 74 |
| Binary | 10001010 | 10111101 | 1110111 | 11011 | 0 | 100101 | 11010 | 1101000 | 100011 | 111100 |
Color Harmonies of #8ABD77
Complementary color
Monochromatic Colors of #8ABD77
Black with #8ABD77
Text Example
Text Example
White with #8ABD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD77; }
p { color: rgb(138,189,119); }
H1.HeaderClassName
{
color: #8ABD77;
}
.AnyTagClassName
{
color: #8ABD77;
}
</style>
background-color css
<style>
a { background-color: #8ABD77; }
a { background-color: rgb(138,189,119); }
div.DivClassName
{
background-color: #8ABD77;
}
.BgClassName
{
background-color: #8ABD77;
}
</style>
border-color css
<style>
span { border-color: #8ABD77; }
span { border-color: rgb(138,189,119); }
td.TdClassName
{
border-color: #8ABD77;
}
.TagClassName
{
border-color: #8ABD77;
}
</style>