Shades of Olivine #8CC276
Tints of Olivine #8CC276
RGB
CMYK
RGB Variations
Color information
#8CC276 (or 0x8CC276) is known color: Olivine. HEX triplet: 8C, C2 and 76. RGB value is (140,194,118). Sum of RGB (Red+Green+Blue) = 140+194+118=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC276 is #733D89. Grayscale: #A9A9A9. Windows color (decimal): -7552394 or 7783052. OLE color: 7783052.
HSL color Cylindrical-coordinate representation of color #8CC276: hue angle of 102.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CC276 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 118 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.24 |
| HSL | 102.63º | 0.38% | 0.61% | - |
| HSV(B) | 102.63º | 0.39% | 0.76% | - |
| XYZ | 33.38 | 45.47 | 24.16 | - |
| YUV | 169.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 118 | 0.28 | 0 | 0.39 | 0.24 | 102.63 | 0.38 | 0.61 |
| Hex | 8C | C2 | 76 | 1C | 0 | 27 | 18 | 67 | 26 | 3D |
| Octal | 214 | 302 | 166 | 34 | 0 | 47 | 30 | 147 | 46 | 75 |
| Binary | 10001100 | 11000010 | 1110110 | 11100 | 0 | 100111 | 11000 | 1100111 | 100110 | 111101 |
Color Harmonies of #8CC276
Complementary color
Monochromatic Colors of #8CC276
Black with #8CC276
Text Example
Text Example
White with #8CC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC276; }
p { color: rgb(140,194,118); }
H1.HeaderClassName
{
color: #8CC276;
}
.AnyTagClassName
{
color: #8CC276;
}
</style>
background-color css
<style>
a { background-color: #8CC276; }
a { background-color: rgb(140,194,118); }
div.DivClassName
{
background-color: #8CC276;
}
.BgClassName
{
background-color: #8CC276;
}
</style>
border-color css
<style>
span { border-color: #8CC276; }
span { border-color: rgb(140,194,118); }
td.TdClassName
{
border-color: #8CC276;
}
.TagClassName
{
border-color: #8CC276;
}
</style>