Shades of Olivine #8FB367
Tints of Olivine #8FB367
RGB
CMYK
RGB Variations
Color information
#8FB367 (or 0x8FB367) is known color: Olivine. HEX triplet: 8F, B3 and 67. RGB value is (143,179,103). Sum of RGB (Red+Green+Blue) = 143+179+103=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB367 is #704C98. Grayscale: #9F9F9F. Windows color (decimal): -7359641 or 6796175. OLE color: 6796175.
HSL color Cylindrical-coordinate representation of color #8FB367: hue angle of 88.42º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FB367 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 103 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.30 |
| HSL | 88.42º | 0.33% | 0.55% | - |
| HSV(B) | 88.42º | 0.42% | 0.7% | - |
| XYZ | 29.9 | 39.06 | 18.8 | - |
| YUV | 159.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 103 | 0.20 | 0 | 0.42 | 0.30 | 88.42 | 0.33 | 0.55 |
| Hex | 8F | B3 | 67 | 14 | 0 | 2A | 1E | 58 | 21 | 37 |
| Octal | 217 | 263 | 147 | 24 | 0 | 52 | 36 | 130 | 41 | 67 |
| Binary | 10001111 | 10110011 | 1100111 | 10100 | 0 | 101010 | 11110 | 1011000 | 100001 | 110111 |
Color Harmonies of #8FB367
Complementary color
Monochromatic Colors of #8FB367
Black with #8FB367
Text Example
Text Example
White with #8FB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB367; }
p { color: rgb(143,179,103); }
H1.HeaderClassName
{
color: #8FB367;
}
.AnyTagClassName
{
color: #8FB367;
}
</style>
background-color css
<style>
a { background-color: #8FB367; }
a { background-color: rgb(143,179,103); }
div.DivClassName
{
background-color: #8FB367;
}
.BgClassName
{
background-color: #8FB367;
}
</style>
border-color css
<style>
span { border-color: #8FB367; }
span { border-color: rgb(143,179,103); }
td.TdClassName
{
border-color: #8FB367;
}
.TagClassName
{
border-color: #8FB367;
}
</style>