Shades of Olivine #8FBC75
Tints of Olivine #8FBC75
RGB
CMYK
RGB Variations
Color information
#8FBC75 (or 0x8FBC75) is known color: Olivine. HEX triplet: 8F, BC and 75. RGB value is (143,188,117). Sum of RGB (Red+Green+Blue) = 143+188+117=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC75 is #70438A. Grayscale: #A6A6A6. Windows color (decimal): -7357323 or 7715983. OLE color: 7715983.
HSL color Cylindrical-coordinate representation of color #8FBC75: hue angle of 98.03º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBC75 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 117 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.26 |
| HSL | 98.03º | 0.35% | 0.6% | - |
| HSV(B) | 98.03º | 0.38% | 0.74% | - |
| XYZ | 32.52 | 43.09 | 23.43 | - |
| YUV | 166.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 117 | 0.24 | 0 | 0.38 | 0.26 | 98.03 | 0.35 | 0.6 |
| Hex | 8F | BC | 75 | 18 | 0 | 26 | 1A | 62 | 23 | 3C |
| Octal | 217 | 274 | 165 | 30 | 0 | 46 | 32 | 142 | 43 | 74 |
| Binary | 10001111 | 10111100 | 1110101 | 11000 | 0 | 100110 | 11010 | 1100010 | 100011 | 111100 |
Color Harmonies of #8FBC75
Complementary color
Monochromatic Colors of #8FBC75
Black with #8FBC75
Text Example
Text Example
White with #8FBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC75; }
p { color: rgb(143,188,117); }
H1.HeaderClassName
{
color: #8FBC75;
}
.AnyTagClassName
{
color: #8FBC75;
}
</style>
background-color css
<style>
a { background-color: #8FBC75; }
a { background-color: rgb(143,188,117); }
div.DivClassName
{
background-color: #8FBC75;
}
.BgClassName
{
background-color: #8FBC75;
}
</style>
border-color css
<style>
span { border-color: #8FBC75; }
span { border-color: rgb(143,188,117); }
td.TdClassName
{
border-color: #8FBC75;
}
.TagClassName
{
border-color: #8FBC75;
}
</style>