Shades of Olivine #8ABA76
Tints of Olivine #8ABA76
RGB
CMYK
RGB Variations
Color information
#8ABA76 (or 0x8ABA76) is known color: Olivine. HEX triplet: 8A, BA and 76. RGB value is (138,186,118). Sum of RGB (Red+Green+Blue) = 138+186+118=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA76 is #754589. Grayscale: #A4A4A4. Windows color (decimal): -7685514 or 7781002. OLE color: 7781002.
HSL color Cylindrical-coordinate representation of color #8ABA76: hue angle of 102.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABA76 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 118 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.27 |
| HSL | 102.35º | 0.33% | 0.6% | - |
| HSV(B) | 102.35º | 0.37% | 0.73% | - |
| XYZ | 31.31 | 41.83 | 23.56 | - |
| YUV | 163.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 118 | 0.26 | 0 | 0.37 | 0.27 | 102.35 | 0.33 | 0.6 |
| Hex | 8A | BA | 76 | 1A | 0 | 25 | 1B | 66 | 21 | 3C |
| Octal | 212 | 272 | 166 | 32 | 0 | 45 | 33 | 146 | 41 | 74 |
| Binary | 10001010 | 10111010 | 1110110 | 11010 | 0 | 100101 | 11011 | 1100110 | 100001 | 111100 |
Color Harmonies of #8ABA76
Complementary color
Monochromatic Colors of #8ABA76
Black with #8ABA76
Text Example
Text Example
White with #8ABA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA76; }
p { color: rgb(138,186,118); }
H1.HeaderClassName
{
color: #8ABA76;
}
.AnyTagClassName
{
color: #8ABA76;
}
</style>
background-color css
<style>
a { background-color: #8ABA76; }
a { background-color: rgb(138,186,118); }
div.DivClassName
{
background-color: #8ABA76;
}
.BgClassName
{
background-color: #8ABA76;
}
</style>
border-color css
<style>
span { border-color: #8ABA76; }
span { border-color: rgb(138,186,118); }
td.TdClassName
{
border-color: #8ABA76;
}
.TagClassName
{
border-color: #8ABA76;
}
</style>