Shades of Olivine #8CBF70
Tints of Olivine #8CBF70
RGB
CMYK
RGB Variations
Color information
#8CBF70 (or 0x8CBF70) is known color: Olivine. HEX triplet: 8C, BF and 70. RGB value is (140,191,112). Sum of RGB (Red+Green+Blue) = 140+191+112=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF70 is #73408F. Grayscale: #A7A7A7. Windows color (decimal): -7553168 or 7389068. OLE color: 7389068.
HSL color Cylindrical-coordinate representation of color #8CBF70: hue angle of 98.73º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBF70 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 112 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.25 |
| HSL | 98.73º | 0.38% | 0.59% | - |
| HSV(B) | 98.73º | 0.41% | 0.75% | - |
| XYZ | 32.37 | 44.01 | 22.12 | - |
| YUV | 166.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 112 | 0.27 | 0 | 0.41 | 0.25 | 98.73 | 0.38 | 0.59 |
| Hex | 8C | BF | 70 | 1B | 0 | 29 | 19 | 63 | 26 | 3B |
| Octal | 214 | 277 | 160 | 33 | 0 | 51 | 31 | 143 | 46 | 73 |
| Binary | 10001100 | 10111111 | 1110000 | 11011 | 0 | 101001 | 11001 | 1100011 | 100110 | 111011 |
Color Harmonies of #8CBF70
Complementary color
Monochromatic Colors of #8CBF70
Black with #8CBF70
Text Example
Text Example
White with #8CBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF70; }
p { color: rgb(140,191,112); }
H1.HeaderClassName
{
color: #8CBF70;
}
.AnyTagClassName
{
color: #8CBF70;
}
</style>
background-color css
<style>
a { background-color: #8CBF70; }
a { background-color: rgb(140,191,112); }
div.DivClassName
{
background-color: #8CBF70;
}
.BgClassName
{
background-color: #8CBF70;
}
</style>
border-color css
<style>
span { border-color: #8CBF70; }
span { border-color: rgb(140,191,112); }
td.TdClassName
{
border-color: #8CBF70;
}
.TagClassName
{
border-color: #8CBF70;
}
</style>