Shades of Olivine #8FB769
Tints of Olivine #8FB769
RGB
CMYK
RGB Variations
Color information
#8FB769 (or 0x8FB769) is known color: Olivine. HEX triplet: 8F, B7 and 69. RGB value is (143,183,105). Sum of RGB (Red+Green+Blue) = 143+183+105=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB769 is #704896. Grayscale: #A2A2A2. Windows color (decimal): -7358615 or 6928271. OLE color: 6928271.
HSL color Cylindrical-coordinate representation of color #8FB769: hue angle of 90.77º 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 #8FB769 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 105 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.28 |
| HSL | 90.77º | 0.35% | 0.56% | - |
| HSV(B) | 90.77º | 0.43% | 0.72% | - |
| XYZ | 30.81 | 40.73 | 19.6 | - |
| YUV | 162.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 105 | 0.22 | 0 | 0.43 | 0.28 | 90.77 | 0.35 | 0.56 |
| Hex | 8F | B7 | 69 | 16 | 0 | 2B | 1C | 5B | 23 | 38 |
| Octal | 217 | 267 | 151 | 26 | 0 | 53 | 34 | 133 | 43 | 70 |
| Binary | 10001111 | 10110111 | 1101001 | 10110 | 0 | 101011 | 11100 | 1011011 | 100011 | 111000 |
Color Harmonies of #8FB769
Complementary color
Monochromatic Colors of #8FB769
Black with #8FB769
Text Example
Text Example
White with #8FB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB769; }
p { color: rgb(143,183,105); }
H1.HeaderClassName
{
color: #8FB769;
}
.AnyTagClassName
{
color: #8FB769;
}
</style>
background-color css
<style>
a { background-color: #8FB769; }
a { background-color: rgb(143,183,105); }
div.DivClassName
{
background-color: #8FB769;
}
.BgClassName
{
background-color: #8FB769;
}
</style>
border-color css
<style>
span { border-color: #8FB769; }
span { border-color: rgb(143,183,105); }
td.TdClassName
{
border-color: #8FB769;
}
.TagClassName
{
border-color: #8FB769;
}
</style>