Shades of Olivine #8AB36D
Tints of Olivine #8AB36D
RGB
CMYK
RGB Variations
Color information
#8AB36D (or 0x8AB36D) is known color: Olivine. HEX triplet: 8A, B3 and 6D. RGB value is (138,179,109). Sum of RGB (Red+Green+Blue) = 138+179+109=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB36D is #754C92. Grayscale: #9F9F9F. Windows color (decimal): -7687315 or 7189386. OLE color: 7189386.
HSL color Cylindrical-coordinate representation of color #8AB36D: hue angle of 95.14º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AB36D is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 109 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.30 |
| HSL | 95.14º | 0.32% | 0.56% | - |
| HSV(B) | 95.14º | 0.39% | 0.7% | - |
| XYZ | 29.36 | 38.75 | 20.4 | - |
| YUV | 158.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 109 | 0.23 | 0 | 0.39 | 0.30 | 95.14 | 0.32 | 0.56 |
| Hex | 8A | B3 | 6D | 17 | 0 | 27 | 1E | 5F | 20 | 38 |
| Octal | 212 | 263 | 155 | 27 | 0 | 47 | 36 | 137 | 40 | 70 |
| Binary | 10001010 | 10110011 | 1101101 | 10111 | 0 | 100111 | 11110 | 1011111 | 100000 | 111000 |
Color Harmonies of #8AB36D
Complementary color
Monochromatic Colors of #8AB36D
Black with #8AB36D
Text Example
Text Example
White with #8AB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB36D; }
p { color: rgb(138,179,109); }
H1.HeaderClassName
{
color: #8AB36D;
}
.AnyTagClassName
{
color: #8AB36D;
}
</style>
background-color css
<style>
a { background-color: #8AB36D; }
a { background-color: rgb(138,179,109); }
div.DivClassName
{
background-color: #8AB36D;
}
.BgClassName
{
background-color: #8AB36D;
}
</style>
border-color css
<style>
span { border-color: #8AB36D; }
span { border-color: rgb(138,179,109); }
td.TdClassName
{
border-color: #8AB36D;
}
.TagClassName
{
border-color: #8AB36D;
}
</style>