Shades of Olivine #8FB26A
Tints of Olivine #8FB26A
RGB
CMYK
RGB Variations
Color information
#8FB26A (or 0x8FB26A) is known color: Olivine. HEX triplet: 8F, B2 and 6A. RGB value is (143,178,106). Sum of RGB (Red+Green+Blue) = 143+178+106=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB26A is #704D95. Grayscale: #9F9F9F. Windows color (decimal): -7359894 or 6992527. OLE color: 6992527.
HSL color Cylindrical-coordinate representation of color #8FB26A: hue angle of 89.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FB26A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 178 | 106 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.30 |
| HSL | 89.17º | 0.32% | 0.56% | - |
| HSV(B) | 89.17º | 0.4% | 0.7% | - |
| XYZ | 29.85 | 38.72 | 19.54 | - |
| YUV | 159.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 106 | 0.20 | 0 | 0.40 | 0.30 | 89.17 | 0.32 | 0.56 |
| Hex | 8F | B2 | 6A | 14 | 0 | 28 | 1E | 59 | 20 | 38 |
| Octal | 217 | 262 | 152 | 24 | 0 | 50 | 36 | 131 | 40 | 70 |
| Binary | 10001111 | 10110010 | 1101010 | 10100 | 0 | 101000 | 11110 | 1011001 | 100000 | 111000 |
Color Harmonies of #8FB26A
Complementary color
Monochromatic Colors of #8FB26A
Black with #8FB26A
Text Example
Text Example
White with #8FB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB26A; }
p { color: rgb(143,178,106); }
H1.HeaderClassName
{
color: #8FB26A;
}
.AnyTagClassName
{
color: #8FB26A;
}
</style>
background-color css
<style>
a { background-color: #8FB26A; }
a { background-color: rgb(143,178,106); }
div.DivClassName
{
background-color: #8FB26A;
}
.BgClassName
{
background-color: #8FB26A;
}
</style>
border-color css
<style>
span { border-color: #8FB26A; }
span { border-color: rgb(143,178,106); }
td.TdClassName
{
border-color: #8FB26A;
}
.TagClassName
{
border-color: #8FB26A;
}
</style>