Shades of Olivine #8FB569
Tints of Olivine #8FB569
RGB
CMYK
RGB Variations
Color information
#8FB569 (or 0x8FB569) is known color: Olivine. HEX triplet: 8F, B5 and 69. RGB value is (143,181,105). Sum of RGB (Red+Green+Blue) = 143+181+105=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB569 is #704A96. Grayscale: #A1A1A1. Windows color (decimal): -7359127 or 6927759. OLE color: 6927759.
HSL color Cylindrical-coordinate representation of color #8FB569: hue angle of 90º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FB569 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 105 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.29 |
| HSL | 90º | 0.34% | 0.56% | - |
| HSV(B) | 90º | 0.42% | 0.71% | - |
| XYZ | 30.4 | 39.91 | 19.47 | - |
| YUV | 160.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 105 | 0.21 | 0 | 0.42 | 0.29 | 90 | 0.34 | 0.56 |
| Hex | 8F | B5 | 69 | 15 | 0 | 2A | 1D | 5A | 22 | 38 |
| Octal | 217 | 265 | 151 | 25 | 0 | 52 | 35 | 132 | 42 | 70 |
| Binary | 10001111 | 10110101 | 1101001 | 10101 | 0 | 101010 | 11101 | 1011010 | 100010 | 111000 |
Color Harmonies of #8FB569
Complementary color
Monochromatic Colors of #8FB569
Black with #8FB569
Text Example
Text Example
White with #8FB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB569; }
p { color: rgb(143,181,105); }
H1.HeaderClassName
{
color: #8FB569;
}
.AnyTagClassName
{
color: #8FB569;
}
</style>
background-color css
<style>
a { background-color: #8FB569; }
a { background-color: rgb(143,181,105); }
div.DivClassName
{
background-color: #8FB569;
}
.BgClassName
{
background-color: #8FB569;
}
</style>
border-color css
<style>
span { border-color: #8FB569; }
span { border-color: rgb(143,181,105); }
td.TdClassName
{
border-color: #8FB569;
}
.TagClassName
{
border-color: #8FB569;
}
</style>