Shades of Olivine #8AB376
Tints of Olivine #8AB376
RGB
CMYK
RGB Variations
Color information
#8AB376 (or 0x8AB376) is known color: Olivine. HEX triplet: 8A, B3 and 76. RGB value is (138,179,118). Sum of RGB (Red+Green+Blue) = 138+179+118=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB376 is #754C89. Grayscale: #9F9F9F. Windows color (decimal): -7687306 or 7779210. OLE color: 7779210.
HSL color Cylindrical-coordinate representation of color #8AB376: hue angle of 100.33º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB376 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 118 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.30 |
| HSL | 100.33º | 0.29% | 0.58% | - |
| HSV(B) | 100.33º | 0.34% | 0.7% | - |
| XYZ | 29.87 | 38.95 | 23.08 | - |
| YUV | 159.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 118 | 0.23 | 0 | 0.34 | 0.30 | 100.33 | 0.29 | 0.58 |
| Hex | 8A | B3 | 76 | 17 | 0 | 22 | 1E | 64 | 1D | 3A |
| Octal | 212 | 263 | 166 | 27 | 0 | 42 | 36 | 144 | 35 | 72 |
| Binary | 10001010 | 10110011 | 1110110 | 10111 | 0 | 100010 | 11110 | 1100100 | 11101 | 111010 |
Color Harmonies of #8AB376
Complementary color
Monochromatic Colors of #8AB376
Black with #8AB376
Text Example
Text Example
White with #8AB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB376; }
p { color: rgb(138,179,118); }
H1.HeaderClassName
{
color: #8AB376;
}
.AnyTagClassName
{
color: #8AB376;
}
</style>
background-color css
<style>
a { background-color: #8AB376; }
a { background-color: rgb(138,179,118); }
div.DivClassName
{
background-color: #8AB376;
}
.BgClassName
{
background-color: #8AB376;
}
</style>
border-color css
<style>
span { border-color: #8AB376; }
span { border-color: rgb(138,179,118); }
td.TdClassName
{
border-color: #8AB376;
}
.TagClassName
{
border-color: #8AB376;
}
</style>