Shades of Olivine #95BC6E
Tints of Olivine #95BC6E
RGB
CMYK
RGB Variations
Color information
#95BC6E (or 0x95BC6E) is known color: Olivine. HEX triplet: 95, BC and 6E. RGB value is (149,188,110). Sum of RGB (Red+Green+Blue) = 149+188+110=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC6E is #6A4391. Grayscale: #A7A7A7. Windows color (decimal): -6964114 or 7257237. OLE color: 7257237.
HSL color Cylindrical-coordinate representation of color #95BC6E: hue angle of 90º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95BC6E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 110 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.26 |
| HSL | 90º | 0.37% | 0.58% | - |
| HSV(B) | 90º | 0.41% | 0.74% | - |
| XYZ | 33.19 | 43.48 | 21.4 | - |
| YUV | 167.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 110 | 0.21 | 0 | 0.41 | 0.26 | 90 | 0.37 | 0.58 |
| Hex | 95 | BC | 6E | 15 | 0 | 29 | 1A | 5A | 25 | 3A |
| Octal | 225 | 274 | 156 | 25 | 0 | 51 | 32 | 132 | 45 | 72 |
| Binary | 10010101 | 10111100 | 1101110 | 10101 | 0 | 101001 | 11010 | 1011010 | 100101 | 111010 |
Color Harmonies of #95BC6E
Complementary color
Monochromatic Colors of #95BC6E
Black with #95BC6E
Text Example
Text Example
White with #95BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BC6E; }
p { color: rgb(149,188,110); }
H1.HeaderClassName
{
color: #95BC6E;
}
.AnyTagClassName
{
color: #95BC6E;
}
</style>
background-color css
<style>
a { background-color: #95BC6E; }
a { background-color: rgb(149,188,110); }
div.DivClassName
{
background-color: #95BC6E;
}
.BgClassName
{
background-color: #95BC6E;
}
</style>
border-color css
<style>
span { border-color: #95BC6E; }
span { border-color: rgb(149,188,110); }
td.TdClassName
{
border-color: #95BC6E;
}
.TagClassName
{
border-color: #95BC6E;
}
</style>