Shades of Olivine #8FC574
Tints of Olivine #8FC574
RGB
CMYK
RGB Variations
Color information
#8FC574 (or 0x8FC574) is known color: Olivine. HEX triplet: 8F, C5 and 74. RGB value is (143,197,116). Sum of RGB (Red+Green+Blue) = 143+197+116=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC574 is #703A8B. Grayscale: #ABABAB. Windows color (decimal): -7355020 or 7652751. OLE color: 7652751.
HSL color Cylindrical-coordinate representation of color #8FC574: hue angle of 100º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FC574 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 116 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.23 |
| HSL | 100º | 0.41% | 0.61% | - |
| HSV(B) | 100º | 0.41% | 0.77% | - |
| XYZ | 34.45 | 47.03 | 23.79 | - |
| YUV | 171.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 116 | 0.27 | 0 | 0.41 | 0.23 | 100 | 0.41 | 0.61 |
| Hex | 8F | C5 | 74 | 1B | 0 | 29 | 17 | 64 | 29 | 3D |
| Octal | 217 | 305 | 164 | 33 | 0 | 51 | 27 | 144 | 51 | 75 |
| Binary | 10001111 | 11000101 | 1110100 | 11011 | 0 | 101001 | 10111 | 1100100 | 101001 | 111101 |
Color Harmonies of #8FC574
Complementary color
Monochromatic Colors of #8FC574
Black with #8FC574
Text Example
Text Example
White with #8FC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC574; }
p { color: rgb(143,197,116); }
H1.HeaderClassName
{
color: #8FC574;
}
.AnyTagClassName
{
color: #8FC574;
}
</style>
background-color css
<style>
a { background-color: #8FC574; }
a { background-color: rgb(143,197,116); }
div.DivClassName
{
background-color: #8FC574;
}
.BgClassName
{
background-color: #8FC574;
}
</style>
border-color css
<style>
span { border-color: #8FC574; }
span { border-color: rgb(143,197,116); }
td.TdClassName
{
border-color: #8FC574;
}
.TagClassName
{
border-color: #8FC574;
}
</style>