Shades of Olivine #8FB674
Tints of Olivine #8FB674
RGB
CMYK
RGB Variations
Color information
#8FB674 (or 0x8FB674) is known color: Olivine. HEX triplet: 8F, B6 and 74. RGB value is (143,182,116). Sum of RGB (Red+Green+Blue) = 143+182+116=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB674 is #70498B. Grayscale: #A3A3A3. Windows color (decimal): -7358860 or 7648911. OLE color: 7648911.
HSL color Cylindrical-coordinate representation of color #8FB674: hue angle of 95.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB674 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 116 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.29 |
| HSL | 95.45º | 0.31% | 0.58% | - |
| HSV(B) | 95.45º | 0.36% | 0.71% | - |
| XYZ | 31.21 | 40.56 | 22.71 | - |
| YUV | 162.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 116 | 0.21 | 0 | 0.36 | 0.29 | 95.45 | 0.31 | 0.58 |
| Hex | 8F | B6 | 74 | 15 | 0 | 24 | 1D | 5F | 1F | 3A |
| Octal | 217 | 266 | 164 | 25 | 0 | 44 | 35 | 137 | 37 | 72 |
| Binary | 10001111 | 10110110 | 1110100 | 10101 | 0 | 100100 | 11101 | 1011111 | 11111 | 111010 |
Color Harmonies of #8FB674
Complementary color
Monochromatic Colors of #8FB674
Black with #8FB674
Text Example
Text Example
White with #8FB674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB674; }
p { color: rgb(143,182,116); }
H1.HeaderClassName
{
color: #8FB674;
}
.AnyTagClassName
{
color: #8FB674;
}
</style>
background-color css
<style>
a { background-color: #8FB674; }
a { background-color: rgb(143,182,116); }
div.DivClassName
{
background-color: #8FB674;
}
.BgClassName
{
background-color: #8FB674;
}
</style>
border-color css
<style>
span { border-color: #8FB674; }
span { border-color: rgb(143,182,116); }
td.TdClassName
{
border-color: #8FB674;
}
.TagClassName
{
border-color: #8FB674;
}
</style>