Shades of Olivine #8AB26C
Tints of Olivine #8AB26C
RGB
CMYK
RGB Variations
Color information
#8AB26C (or 0x8AB26C) is known color: Olivine. HEX triplet: 8A, B2 and 6C. RGB value is (138,178,108). Sum of RGB (Red+Green+Blue) = 138+178+108=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB26C is #754D93. Grayscale: #9E9E9E. Windows color (decimal): -7687572 or 7123594. OLE color: 7123594.
HSL color Cylindrical-coordinate representation of color #8AB26C: hue angle of 94.29º degrees, saturation: 0.31, 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 #8AB26C is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 108 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.30 |
| HSL | 94.29º | 0.31% | 0.56% | - |
| HSV(B) | 94.29º | 0.39% | 0.7% | - |
| XYZ | 29.11 | 38.33 | 20.05 | - |
| YUV | 158.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 108 | 0.22 | 0 | 0.39 | 0.30 | 94.29 | 0.31 | 0.56 |
| Hex | 8A | B2 | 6C | 16 | 0 | 27 | 1E | 5E | 1F | 38 |
| Octal | 212 | 262 | 154 | 26 | 0 | 47 | 36 | 136 | 37 | 70 |
| Binary | 10001010 | 10110010 | 1101100 | 10110 | 0 | 100111 | 11110 | 1011110 | 11111 | 111000 |
Color Harmonies of #8AB26C
Complementary color
Monochromatic Colors of #8AB26C
Black with #8AB26C
Text Example
Text Example
White with #8AB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB26C; }
p { color: rgb(138,178,108); }
H1.HeaderClassName
{
color: #8AB26C;
}
.AnyTagClassName
{
color: #8AB26C;
}
</style>
background-color css
<style>
a { background-color: #8AB26C; }
a { background-color: rgb(138,178,108); }
div.DivClassName
{
background-color: #8AB26C;
}
.BgClassName
{
background-color: #8AB26C;
}
</style>
border-color css
<style>
span { border-color: #8AB26C; }
span { border-color: rgb(138,178,108); }
td.TdClassName
{
border-color: #8AB26C;
}
.TagClassName
{
border-color: #8AB26C;
}
</style>