Shades of Olivine #8CBC78
Tints of Olivine #8CBC78
RGB
CMYK
RGB Variations
Color information
#8CBC78 (or 0x8CBC78) is known color: Olivine. HEX triplet: 8C, BC and 78. RGB value is (140,188,120). Sum of RGB (Red+Green+Blue) = 140+188+120=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC78 is #734387. Grayscale: #A6A6A6. Windows color (decimal): -7553928 or 7912588. OLE color: 7912588.
HSL color Cylindrical-coordinate representation of color #8CBC78: hue angle of 102.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBC78 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 120 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.26 |
| HSL | 102.35º | 0.34% | 0.6% | - |
| HSV(B) | 102.35º | 0.36% | 0.74% | - |
| XYZ | 32.19 | 42.9 | 24.35 | - |
| YUV | 165.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 120 | 0.26 | 0 | 0.36 | 0.26 | 102.35 | 0.34 | 0.6 |
| Hex | 8C | BC | 78 | 1A | 0 | 24 | 1A | 66 | 22 | 3C |
| Octal | 214 | 274 | 170 | 32 | 0 | 44 | 32 | 146 | 42 | 74 |
| Binary | 10001100 | 10111100 | 1111000 | 11010 | 0 | 100100 | 11010 | 1100110 | 100010 | 111100 |
Color Harmonies of #8CBC78
Complementary color
Monochromatic Colors of #8CBC78
Black with #8CBC78
Text Example
Text Example
White with #8CBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC78; }
p { color: rgb(140,188,120); }
H1.HeaderClassName
{
color: #8CBC78;
}
.AnyTagClassName
{
color: #8CBC78;
}
</style>
background-color css
<style>
a { background-color: #8CBC78; }
a { background-color: rgb(140,188,120); }
div.DivClassName
{
background-color: #8CBC78;
}
.BgClassName
{
background-color: #8CBC78;
}
</style>
border-color css
<style>
span { border-color: #8CBC78; }
span { border-color: rgb(140,188,120); }
td.TdClassName
{
border-color: #8CBC78;
}
.TagClassName
{
border-color: #8CBC78;
}
</style>