Shades of Olivine #8CB076
Tints of Olivine #8CB076
RGB
CMYK
RGB Variations
Color information
#8CB076 (or 0x8CB076) is known color: Olivine. HEX triplet: 8C, B0 and 76. RGB value is (140,176,118). Sum of RGB (Red+Green+Blue) = 140+176+118=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB076 is #734F89. Grayscale: #9E9E9E. Windows color (decimal): -7557002 or 7778444. OLE color: 7778444.
HSL color Cylindrical-coordinate representation of color #8CB076: hue angle of 97.24º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CB076 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 118 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.31 |
| HSL | 97.24º | 0.27% | 0.58% | - |
| HSV(B) | 97.24º | 0.33% | 0.69% | - |
| XYZ | 29.61 | 37.93 | 22.9 | - |
| YUV | 158.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 118 | 0.20 | 0 | 0.33 | 0.31 | 97.24 | 0.27 | 0.58 |
| Hex | 8C | B0 | 76 | 14 | 0 | 21 | 1F | 61 | 1B | 3A |
| Octal | 214 | 260 | 166 | 24 | 0 | 41 | 37 | 141 | 33 | 72 |
| Binary | 10001100 | 10110000 | 1110110 | 10100 | 0 | 100001 | 11111 | 1100001 | 11011 | 111010 |
Color Harmonies of #8CB076
Complementary color
Monochromatic Colors of #8CB076
Black with #8CB076
Text Example
Text Example
White with #8CB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB076; }
p { color: rgb(140,176,118); }
H1.HeaderClassName
{
color: #8CB076;
}
.AnyTagClassName
{
color: #8CB076;
}
</style>
background-color css
<style>
a { background-color: #8CB076; }
a { background-color: rgb(140,176,118); }
div.DivClassName
{
background-color: #8CB076;
}
.BgClassName
{
background-color: #8CB076;
}
</style>
border-color css
<style>
span { border-color: #8CB076; }
span { border-color: rgb(140,176,118); }
td.TdClassName
{
border-color: #8CB076;
}
.TagClassName
{
border-color: #8CB076;
}
</style>