Shades of Olivine #8CBD78
Tints of Olivine #8CBD78
RGB
CMYK
RGB Variations
Color information
#8CBD78 (or 0x8CBD78) is known color: Olivine. HEX triplet: 8C, BD and 78. RGB value is (140,189,120). Sum of RGB (Red+Green+Blue) = 140+189+120=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD78 is #734287. Grayscale: #A6A6A6. Windows color (decimal): -7553672 or 7912844. OLE color: 7912844.
HSL color Cylindrical-coordinate representation of color #8CBD78: hue angle of 102.61º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBD78 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 120 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.26 |
| HSL | 102.61º | 0.34% | 0.61% | - |
| HSV(B) | 102.61º | 0.37% | 0.74% | - |
| XYZ | 32.4 | 43.33 | 24.42 | - |
| YUV | 166.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 120 | 0.26 | 0 | 0.37 | 0.26 | 102.61 | 0.34 | 0.61 |
| Hex | 8C | BD | 78 | 1A | 0 | 25 | 1A | 67 | 22 | 3D |
| Octal | 214 | 275 | 170 | 32 | 0 | 45 | 32 | 147 | 42 | 75 |
| Binary | 10001100 | 10111101 | 1111000 | 11010 | 0 | 100101 | 11010 | 1100111 | 100010 | 111101 |
Color Harmonies of #8CBD78
Complementary color
Monochromatic Colors of #8CBD78
Black with #8CBD78
Text Example
Text Example
White with #8CBD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD78; }
p { color: rgb(140,189,120); }
H1.HeaderClassName
{
color: #8CBD78;
}
.AnyTagClassName
{
color: #8CBD78;
}
</style>
background-color css
<style>
a { background-color: #8CBD78; }
a { background-color: rgb(140,189,120); }
div.DivClassName
{
background-color: #8CBD78;
}
.BgClassName
{
background-color: #8CBD78;
}
</style>
border-color css
<style>
span { border-color: #8CBD78; }
span { border-color: rgb(140,189,120); }
td.TdClassName
{
border-color: #8CBD78;
}
.TagClassName
{
border-color: #8CBD78;
}
</style>