Shades of Olivine #8FB668
Tints of Olivine #8FB668
RGB
CMYK
RGB Variations
Color information
#8FB668 (or 0x8FB668) is known color: Olivine. HEX triplet: 8F, B6 and 68. RGB value is (143,182,104). Sum of RGB (Red+Green+Blue) = 143+182+104=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB668 is #704997. Grayscale: #A1A1A1. Windows color (decimal): -7358872 or 6862479. OLE color: 6862479.
HSL color Cylindrical-coordinate representation of color #8FB668: hue angle of 90º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FB668 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 104 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.29 |
| HSL | 90º | 0.35% | 0.56% | - |
| HSV(B) | 90º | 0.43% | 0.71% | - |
| XYZ | 30.55 | 40.3 | 19.26 | - |
| YUV | 161.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 104 | 0.21 | 0 | 0.43 | 0.29 | 90 | 0.35 | 0.56 |
| Hex | 8F | B6 | 68 | 15 | 0 | 2B | 1D | 5A | 23 | 38 |
| Octal | 217 | 266 | 150 | 25 | 0 | 53 | 35 | 132 | 43 | 70 |
| Binary | 10001111 | 10110110 | 1101000 | 10101 | 0 | 101011 | 11101 | 1011010 | 100011 | 111000 |
Color Harmonies of #8FB668
Complementary color
Monochromatic Colors of #8FB668
Black with #8FB668
Text Example
Text Example
White with #8FB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB668; }
p { color: rgb(143,182,104); }
H1.HeaderClassName
{
color: #8FB668;
}
.AnyTagClassName
{
color: #8FB668;
}
</style>
background-color css
<style>
a { background-color: #8FB668; }
a { background-color: rgb(143,182,104); }
div.DivClassName
{
background-color: #8FB668;
}
.BgClassName
{
background-color: #8FB668;
}
</style>
border-color css
<style>
span { border-color: #8FB668; }
span { border-color: rgb(143,182,104); }
td.TdClassName
{
border-color: #8FB668;
}
.TagClassName
{
border-color: #8FB668;
}
</style>