Shades of Olivine #95B16E
Tints of Olivine #95B16E
RGB
CMYK
RGB Variations
Color information
#95B16E (or 0x95B16E) is known color: Olivine. HEX triplet: 95, B1 and 6E. RGB value is (149,177,110). Sum of RGB (Red+Green+Blue) = 149+177+110=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #95B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B16E is #6A4E91. Grayscale: #A1A1A1. Windows color (decimal): -6966930 or 7254421. OLE color: 7254421.
HSL color Cylindrical-coordinate representation of color #95B16E: hue angle of 85.07º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95B16E is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 177 | 110 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.31 |
| HSL | 85.07º | 0.3% | 0.56% | - |
| HSV(B) | 85.07º | 0.38% | 0.69% | - |
| XYZ | 30.93 | 38.96 | 20.64 | - |
| YUV | 160.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 110 | 0.16 | 0 | 0.38 | 0.31 | 85.07 | 0.3 | 0.56 |
| Hex | 95 | B1 | 6E | 10 | 0 | 26 | 1F | 55 | 1E | 38 |
| Octal | 225 | 261 | 156 | 20 | 0 | 46 | 37 | 125 | 36 | 70 |
| Binary | 10010101 | 10110001 | 1101110 | 10000 | 0 | 100110 | 11111 | 1010101 | 11110 | 111000 |
Color Harmonies of #95B16E
Complementary color
Monochromatic Colors of #95B16E
Black with #95B16E
Text Example
Text Example
White with #95B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B16E; }
p { color: rgb(149,177,110); }
H1.HeaderClassName
{
color: #95B16E;
}
.AnyTagClassName
{
color: #95B16E;
}
</style>
background-color css
<style>
a { background-color: #95B16E; }
a { background-color: rgb(149,177,110); }
div.DivClassName
{
background-color: #95B16E;
}
.BgClassName
{
background-color: #95B16E;
}
</style>
border-color css
<style>
span { border-color: #95B16E; }
span { border-color: rgb(149,177,110); }
td.TdClassName
{
border-color: #95B16E;
}
.TagClassName
{
border-color: #95B16E;
}
</style>