Shades of Olivine #8FBD6C
Tints of Olivine #8FBD6C
RGB
CMYK
RGB Variations
Color information
#8FBD6C (or 0x8FBD6C) is known color: Olivine. HEX triplet: 8F, BD and 6C. RGB value is (143,189,108). Sum of RGB (Red+Green+Blue) = 143+189+108=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBD6C is #704293. Grayscale: #A6A6A6. Windows color (decimal): -7357076 or 7126415. OLE color: 7126415.
HSL color Cylindrical-coordinate representation of color #8FBD6C: hue angle of 94.07º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBD6C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 108 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.26 |
| HSL | 94.07º | 0.38% | 0.58% | - |
| HSV(B) | 94.07º | 0.43% | 0.74% | - |
| XYZ | 32.23 | 43.32 | 20.85 | - |
| YUV | 166.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 108 | 0.24 | 0 | 0.43 | 0.26 | 94.07 | 0.38 | 0.58 |
| Hex | 8F | BD | 6C | 18 | 0 | 2B | 1A | 5E | 26 | 3A |
| Octal | 217 | 275 | 154 | 30 | 0 | 53 | 32 | 136 | 46 | 72 |
| Binary | 10001111 | 10111101 | 1101100 | 11000 | 0 | 101011 | 11010 | 1011110 | 100110 | 111010 |
Color Harmonies of #8FBD6C
Complementary color
Monochromatic Colors of #8FBD6C
Black with #8FBD6C
Text Example
Text Example
White with #8FBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBD6C; }
p { color: rgb(143,189,108); }
H1.HeaderClassName
{
color: #8FBD6C;
}
.AnyTagClassName
{
color: #8FBD6C;
}
</style>
background-color css
<style>
a { background-color: #8FBD6C; }
a { background-color: rgb(143,189,108); }
div.DivClassName
{
background-color: #8FBD6C;
}
.BgClassName
{
background-color: #8FBD6C;
}
</style>
border-color css
<style>
span { border-color: #8FBD6C; }
span { border-color: rgb(143,189,108); }
td.TdClassName
{
border-color: #8FBD6C;
}
.TagClassName
{
border-color: #8FBD6C;
}
</style>