Shades of Olivine #8FBC64
Tints of Olivine #8FBC64
RGB
CMYK
RGB Variations
Color information
#8FBC64 (or 0x8FBC64) is known color: Olivine. HEX triplet: 8F, BC and 64. RGB value is (143,188,100). Sum of RGB (Red+Green+Blue) = 143+188+100=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC64 is #70439B. Grayscale: #A4A4A4. Windows color (decimal): -7357340 or 6601871. OLE color: 6601871.
HSL color Cylindrical-coordinate representation of color #8FBC64: hue angle of 90.68º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FBC64 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 100 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.26 |
| HSL | 90.68º | 0.4% | 0.56% | - |
| HSV(B) | 90.68º | 0.47% | 0.74% | - |
| XYZ | 31.61 | 42.73 | 18.64 | - |
| YUV | 164.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 100 | 0.24 | 0 | 0.47 | 0.26 | 90.68 | 0.4 | 0.56 |
| Hex | 8F | BC | 64 | 18 | 0 | 2F | 1A | 5B | 28 | 38 |
| Octal | 217 | 274 | 144 | 30 | 0 | 57 | 32 | 133 | 50 | 70 |
| Binary | 10001111 | 10111100 | 1100100 | 11000 | 0 | 101111 | 11010 | 1011011 | 101000 | 111000 |
Color Harmonies of #8FBC64
Complementary color
Monochromatic Colors of #8FBC64
Black with #8FBC64
Text Example
Text Example
White with #8FBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC64; }
p { color: rgb(143,188,100); }
H1.HeaderClassName
{
color: #8FBC64;
}
.AnyTagClassName
{
color: #8FBC64;
}
</style>
background-color css
<style>
a { background-color: #8FBC64; }
a { background-color: rgb(143,188,100); }
div.DivClassName
{
background-color: #8FBC64;
}
.BgClassName
{
background-color: #8FBC64;
}
</style>
border-color css
<style>
span { border-color: #8FBC64; }
span { border-color: rgb(143,188,100); }
td.TdClassName
{
border-color: #8FBC64;
}
.TagClassName
{
border-color: #8FBC64;
}
</style>