Shades of Olivine #8FBC61
Tints of Olivine #8FBC61
RGB
CMYK
RGB Variations
Color information
#8FBC61 (or 0x8FBC61) is known color: Olivine. HEX triplet: 8F, BC and 61. RGB value is (143,188,97). Sum of RGB (Red+Green+Blue) = 143+188+97=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC61 is #70439E. Grayscale: #A4A4A4. Windows color (decimal): -7357343 or 6405263. OLE color: 6405263.
HSL color Cylindrical-coordinate representation of color #8FBC61: hue angle of 89.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FBC61 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 97 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.26 |
| HSL | 89.67º | 0.4% | 0.56% | - |
| HSV(B) | 89.67º | 0.48% | 0.74% | - |
| XYZ | 31.47 | 42.67 | 17.89 | - |
| YUV | 164.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 97 | 0.24 | 0 | 0.48 | 0.26 | 89.67 | 0.4 | 0.56 |
| Hex | 8F | BC | 61 | 18 | 0 | 30 | 1A | 5A | 28 | 38 |
| Octal | 217 | 274 | 141 | 30 | 0 | 60 | 32 | 132 | 50 | 70 |
| Binary | 10001111 | 10111100 | 1100001 | 11000 | 0 | 110000 | 11010 | 1011010 | 101000 | 111000 |
Color Harmonies of #8FBC61
Complementary color
Monochromatic Colors of #8FBC61
Black with #8FBC61
Text Example
Text Example
White with #8FBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC61; }
p { color: rgb(143,188,97); }
H1.HeaderClassName
{
color: #8FBC61;
}
.AnyTagClassName
{
color: #8FBC61;
}
</style>
background-color css
<style>
a { background-color: #8FBC61; }
a { background-color: rgb(143,188,97); }
div.DivClassName
{
background-color: #8FBC61;
}
.BgClassName
{
background-color: #8FBC61;
}
</style>
border-color css
<style>
span { border-color: #8FBC61; }
span { border-color: rgb(143,188,97); }
td.TdClassName
{
border-color: #8FBC61;
}
.TagClassName
{
border-color: #8FBC61;
}
</style>