Shades of Olivine #8FB368
Tints of Olivine #8FB368
RGB
CMYK
RGB Variations
Color information
#8FB368 (or 0x8FB368) is known color: Olivine. HEX triplet: 8F, B3 and 68. RGB value is (143,179,104). Sum of RGB (Red+Green+Blue) = 143+179+104=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB368 is #704C97. Grayscale: #9F9F9F. Windows color (decimal): -7359640 or 6861711. OLE color: 6861711.
HSL color Cylindrical-coordinate representation of color #8FB368: hue angle of 88.8º 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 #8FB368 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 104 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.30 |
| HSL | 88.8º | 0.33% | 0.55% | - |
| HSV(B) | 88.8º | 0.42% | 0.7% | - |
| XYZ | 29.95 | 39.08 | 19.06 | - |
| YUV | 159.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 104 | 0.20 | 0 | 0.42 | 0.30 | 88.8 | 0.33 | 0.55 |
| Hex | 8F | B3 | 68 | 14 | 0 | 2A | 1E | 59 | 21 | 37 |
| Octal | 217 | 263 | 150 | 24 | 0 | 52 | 36 | 131 | 41 | 67 |
| Binary | 10001111 | 10110011 | 1101000 | 10100 | 0 | 101010 | 11110 | 1011001 | 100001 | 110111 |
Color Harmonies of #8FB368
Complementary color
Monochromatic Colors of #8FB368
Black with #8FB368
Text Example
Text Example
White with #8FB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB368; }
p { color: rgb(143,179,104); }
H1.HeaderClassName
{
color: #8FB368;
}
.AnyTagClassName
{
color: #8FB368;
}
</style>
background-color css
<style>
a { background-color: #8FB368; }
a { background-color: rgb(143,179,104); }
div.DivClassName
{
background-color: #8FB368;
}
.BgClassName
{
background-color: #8FB368;
}
</style>
border-color css
<style>
span { border-color: #8FB368; }
span { border-color: rgb(143,179,104); }
td.TdClassName
{
border-color: #8FB368;
}
.TagClassName
{
border-color: #8FB368;
}
</style>