Shades of Olivine #8FB77F
Tints of Olivine #8FB77F
RGB
CMYK
RGB Variations
Color information
#8FB77F (or 0x8FB77F) is known color: Olivine. HEX triplet: 8F, B7 and 7F. RGB value is (143,183,127). Sum of RGB (Red+Green+Blue) = 143+183+127=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB77F is #704880. Grayscale: #A4A4A4. Windows color (decimal): -7358593 or 8370063. OLE color: 8370063.
HSL color Cylindrical-coordinate representation of color #8FB77F: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB77F is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 127 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.28 |
| HSL | 102.86º | 0.28% | 0.61% | - |
| HSV(B) | 102.86º | 0.31% | 0.72% | - |
| XYZ | 32.09 | 41.24 | 26.35 | - |
| YUV | 164.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 127 | 0.22 | 0 | 0.31 | 0.28 | 102.86 | 0.28 | 0.61 |
| Hex | 8F | B7 | 7F | 16 | 0 | 1F | 1C | 67 | 1C | 3D |
| Octal | 217 | 267 | 177 | 26 | 0 | 37 | 34 | 147 | 34 | 75 |
| Binary | 10001111 | 10110111 | 1111111 | 10110 | 0 | 11111 | 11100 | 1100111 | 11100 | 111101 |
Color Harmonies of #8FB77F
Complementary color
Monochromatic Colors of #8FB77F
Black with #8FB77F
Text Example
Text Example
White with #8FB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB77F; }
p { color: rgb(143,183,127); }
H1.HeaderClassName
{
color: #8FB77F;
}
.AnyTagClassName
{
color: #8FB77F;
}
</style>
background-color css
<style>
a { background-color: #8FB77F; }
a { background-color: rgb(143,183,127); }
div.DivClassName
{
background-color: #8FB77F;
}
.BgClassName
{
background-color: #8FB77F;
}
</style>
border-color css
<style>
span { border-color: #8FB77F; }
span { border-color: rgb(143,183,127); }
td.TdClassName
{
border-color: #8FB77F;
}
.TagClassName
{
border-color: #8FB77F;
}
</style>