Shades of Olivine #8FB768
Tints of Olivine #8FB768
RGB
CMYK
RGB Variations
Color information
#8FB768 (or 0x8FB768) is known color: Olivine. HEX triplet: 8F, B7 and 68. RGB value is (143,183,104). Sum of RGB (Red+Green+Blue) = 143+183+104=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB768 is #704897. Grayscale: #A2A2A2. Windows color (decimal): -7358616 or 6862735. OLE color: 6862735.
HSL color Cylindrical-coordinate representation of color #8FB768: hue angle of 90.38º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FB768 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 104 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.28 |
| HSL | 90.38º | 0.35% | 0.56% | - |
| HSV(B) | 90.38º | 0.43% | 0.72% | - |
| XYZ | 30.76 | 40.71 | 19.33 | - |
| YUV | 162.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 104 | 0.22 | 0 | 0.43 | 0.28 | 90.38 | 0.35 | 0.56 |
| Hex | 8F | B7 | 68 | 16 | 0 | 2B | 1C | 5A | 23 | 38 |
| Octal | 217 | 267 | 150 | 26 | 0 | 53 | 34 | 132 | 43 | 70 |
| Binary | 10001111 | 10110111 | 1101000 | 10110 | 0 | 101011 | 11100 | 1011010 | 100011 | 111000 |
Color Harmonies of #8FB768
Complementary color
Monochromatic Colors of #8FB768
Black with #8FB768
Text Example
Text Example
White with #8FB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB768; }
p { color: rgb(143,183,104); }
H1.HeaderClassName
{
color: #8FB768;
}
.AnyTagClassName
{
color: #8FB768;
}
</style>
background-color css
<style>
a { background-color: #8FB768; }
a { background-color: rgb(143,183,104); }
div.DivClassName
{
background-color: #8FB768;
}
.BgClassName
{
background-color: #8FB768;
}
</style>
border-color css
<style>
span { border-color: #8FB768; }
span { border-color: rgb(143,183,104); }
td.TdClassName
{
border-color: #8FB768;
}
.TagClassName
{
border-color: #8FB768;
}
</style>