Shades of Olivine #8CB07A
Tints of Olivine #8CB07A
RGB
CMYK
RGB Variations
Color information
#8CB07A (or 0x8CB07A) is known color: Olivine. HEX triplet: 8C, B0 and 7A. RGB value is (140,176,122). Sum of RGB (Red+Green+Blue) = 140+176+122=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB07A is #734F85. Grayscale: #9F9F9F. Windows color (decimal): -7556998 or 8040588. OLE color: 8040588.
HSL color Cylindrical-coordinate representation of color #8CB07A: hue angle of 100º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB07A is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 122 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.31 |
| HSL | 100º | 0.25% | 0.58% | - |
| HSV(B) | 100º | 0.31% | 0.69% | - |
| XYZ | 29.85 | 38.03 | 24.18 | - |
| YUV | 159.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 122 | 0.20 | 0 | 0.31 | 0.31 | 100 | 0.25 | 0.58 |
| Hex | 8C | B0 | 7A | 14 | 0 | 1F | 1F | 64 | 19 | 3A |
| Octal | 214 | 260 | 172 | 24 | 0 | 37 | 37 | 144 | 31 | 72 |
| Binary | 10001100 | 10110000 | 1111010 | 10100 | 0 | 11111 | 11111 | 1100100 | 11001 | 111010 |
Color Harmonies of #8CB07A
Complementary color
Monochromatic Colors of #8CB07A
Black with #8CB07A
Text Example
Text Example
White with #8CB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB07A; }
p { color: rgb(140,176,122); }
H1.HeaderClassName
{
color: #8CB07A;
}
.AnyTagClassName
{
color: #8CB07A;
}
</style>
background-color css
<style>
a { background-color: #8CB07A; }
a { background-color: rgb(140,176,122); }
div.DivClassName
{
background-color: #8CB07A;
}
.BgClassName
{
background-color: #8CB07A;
}
</style>
border-color css
<style>
span { border-color: #8CB07A; }
span { border-color: rgb(140,176,122); }
td.TdClassName
{
border-color: #8CB07A;
}
.TagClassName
{
border-color: #8CB07A;
}
</style>