Shades of Olivine #8CBC6D
Tints of Olivine #8CBC6D
RGB
CMYK
RGB Variations
Color information
#8CBC6D (or 0x8CBC6D) is known color: Olivine. HEX triplet: 8C, BC and 6D. RGB value is (140,188,109). Sum of RGB (Red+Green+Blue) = 140+188+109=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC6D is #734392. Grayscale: #A4A4A4. Windows color (decimal): -7553939 or 7191692. OLE color: 7191692.
HSL color Cylindrical-coordinate representation of color #8CBC6D: hue angle of 96.46º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CBC6D is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 109 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.26 |
| HSL | 96.46º | 0.37% | 0.58% | - |
| HSV(B) | 96.46º | 0.42% | 0.74% | - |
| XYZ | 31.56 | 42.65 | 21.04 | - |
| YUV | 164.64 | 96.6 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 109 | 0.26 | 0 | 0.42 | 0.26 | 96.46 | 0.37 | 0.58 |
| Hex | 8C | BC | 6D | 1A | 0 | 2A | 1A | 60 | 25 | 3A |
| Octal | 214 | 274 | 155 | 32 | 0 | 52 | 32 | 140 | 45 | 72 |
| Binary | 10001100 | 10111100 | 1101101 | 11010 | 0 | 101010 | 11010 | 1100000 | 100101 | 111010 |
Color Harmonies of #8CBC6D
Complementary color
Monochromatic Colors of #8CBC6D
Black with #8CBC6D
Text Example
Text Example
White with #8CBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC6D; }
p { color: rgb(140,188,109); }
H1.HeaderClassName
{
color: #8CBC6D;
}
.AnyTagClassName
{
color: #8CBC6D;
}
</style>
background-color css
<style>
a { background-color: #8CBC6D; }
a { background-color: rgb(140,188,109); }
div.DivClassName
{
background-color: #8CBC6D;
}
.BgClassName
{
background-color: #8CBC6D;
}
</style>
border-color css
<style>
span { border-color: #8CBC6D; }
span { border-color: rgb(140,188,109); }
td.TdClassName
{
border-color: #8CBC6D;
}
.TagClassName
{
border-color: #8CBC6D;
}
</style>