Shades of Olivine #8CBE78
Tints of Olivine #8CBE78
RGB
CMYK
RGB Variations
Color information
#8CBE78 (or 0x8CBE78) is known color: Olivine. HEX triplet: 8C, BE and 78. RGB value is (140,190,120). Sum of RGB (Red+Green+Blue) = 140+190+120=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE78 is #734187. Grayscale: #A7A7A7. Windows color (decimal): -7553416 or 7913100. OLE color: 7913100.
HSL color Cylindrical-coordinate representation of color #8CBE78: hue angle of 102.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBE78 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 120 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.25 |
| HSL | 102.86º | 0.35% | 0.61% | - |
| HSV(B) | 102.86º | 0.37% | 0.75% | - |
| XYZ | 32.62 | 43.76 | 24.5 | - |
| YUV | 167.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 120 | 0.26 | 0 | 0.37 | 0.25 | 102.86 | 0.35 | 0.61 |
| Hex | 8C | BE | 78 | 1A | 0 | 25 | 19 | 67 | 23 | 3D |
| Octal | 214 | 276 | 170 | 32 | 0 | 45 | 31 | 147 | 43 | 75 |
| Binary | 10001100 | 10111110 | 1111000 | 11010 | 0 | 100101 | 11001 | 1100111 | 100011 | 111101 |
Color Harmonies of #8CBE78
Complementary color
Monochromatic Colors of #8CBE78
Black with #8CBE78
Text Example
Text Example
White with #8CBE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE78; }
p { color: rgb(140,190,120); }
H1.HeaderClassName
{
color: #8CBE78;
}
.AnyTagClassName
{
color: #8CBE78;
}
</style>
background-color css
<style>
a { background-color: #8CBE78; }
a { background-color: rgb(140,190,120); }
div.DivClassName
{
background-color: #8CBE78;
}
.BgClassName
{
background-color: #8CBE78;
}
</style>
border-color css
<style>
span { border-color: #8CBE78; }
span { border-color: rgb(140,190,120); }
td.TdClassName
{
border-color: #8CBE78;
}
.TagClassName
{
border-color: #8CBE78;
}
</style>