Shades of Olivine #8CB16F
Tints of Olivine #8CB16F
RGB
CMYK
RGB Variations
Color information
#8CB16F (or 0x8CB16F) is known color: Olivine. HEX triplet: 8C, B1 and 6F. RGB value is (140,177,111). Sum of RGB (Red+Green+Blue) = 140+177+111=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB16F is #734E90. Grayscale: #9E9E9E. Windows color (decimal): -7556753 or 7319948. OLE color: 7319948.
HSL color Cylindrical-coordinate representation of color #8CB16F: hue angle of 93.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB16F is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 111 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.31 |
| HSL | 93.64º | 0.3% | 0.56% | - |
| HSV(B) | 93.64º | 0.37% | 0.69% | - |
| XYZ | 29.41 | 38.17 | 20.86 | - |
| YUV | 158.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 111 | 0.21 | 0 | 0.37 | 0.31 | 93.64 | 0.3 | 0.56 |
| Hex | 8C | B1 | 6F | 15 | 0 | 25 | 1F | 5E | 1E | 38 |
| Octal | 214 | 261 | 157 | 25 | 0 | 45 | 37 | 136 | 36 | 70 |
| Binary | 10001100 | 10110001 | 1101111 | 10101 | 0 | 100101 | 11111 | 1011110 | 11110 | 111000 |
Color Harmonies of #8CB16F
Complementary color
Monochromatic Colors of #8CB16F
Black with #8CB16F
Text Example
Text Example
White with #8CB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB16F; }
p { color: rgb(140,177,111); }
H1.HeaderClassName
{
color: #8CB16F;
}
.AnyTagClassName
{
color: #8CB16F;
}
</style>
background-color css
<style>
a { background-color: #8CB16F; }
a { background-color: rgb(140,177,111); }
div.DivClassName
{
background-color: #8CB16F;
}
.BgClassName
{
background-color: #8CB16F;
}
</style>
border-color css
<style>
span { border-color: #8CB16F; }
span { border-color: rgb(140,177,111); }
td.TdClassName
{
border-color: #8CB16F;
}
.TagClassName
{
border-color: #8CB16F;
}
</style>