Shades of Olivine #8FBC72
Tints of Olivine #8FBC72
RGB
CMYK
RGB Variations
Color information
#8FBC72 (or 0x8FBC72) is known color: Olivine. HEX triplet: 8F, BC and 72. RGB value is (143,188,114). Sum of RGB (Red+Green+Blue) = 143+188+114=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC72 is #70438D. Grayscale: #A6A6A6. Windows color (decimal): -7357326 or 7519375. OLE color: 7519375.
HSL color Cylindrical-coordinate representation of color #8FBC72: hue angle of 96.49º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBC72 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 114 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.26 |
| HSL | 96.49º | 0.36% | 0.59% | - |
| HSV(B) | 96.49º | 0.39% | 0.74% | - |
| XYZ | 32.35 | 43.02 | 22.52 | - |
| YUV | 166.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 114 | 0.24 | 0 | 0.39 | 0.26 | 96.49 | 0.36 | 0.59 |
| Hex | 8F | BC | 72 | 18 | 0 | 27 | 1A | 60 | 24 | 3B |
| Octal | 217 | 274 | 162 | 30 | 0 | 47 | 32 | 140 | 44 | 73 |
| Binary | 10001111 | 10111100 | 1110010 | 11000 | 0 | 100111 | 11010 | 1100000 | 100100 | 111011 |
Color Harmonies of #8FBC72
Complementary color
Monochromatic Colors of #8FBC72
Black with #8FBC72
Text Example
Text Example
White with #8FBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC72; }
p { color: rgb(143,188,114); }
H1.HeaderClassName
{
color: #8FBC72;
}
.AnyTagClassName
{
color: #8FBC72;
}
</style>
background-color css
<style>
a { background-color: #8FBC72; }
a { background-color: rgb(143,188,114); }
div.DivClassName
{
background-color: #8FBC72;
}
.BgClassName
{
background-color: #8FBC72;
}
</style>
border-color css
<style>
span { border-color: #8FBC72; }
span { border-color: rgb(143,188,114); }
td.TdClassName
{
border-color: #8FBC72;
}
.TagClassName
{
border-color: #8FBC72;
}
</style>