Shades of Olivine #95BA7B
Tints of Olivine #95BA7B
RGB
CMYK
RGB Variations
Color information
#95BA7B (or 0x95BA7B) is known color: Olivine. HEX triplet: 95, BA and 7B. RGB value is (149,186,123). Sum of RGB (Red+Green+Blue) = 149+186+123=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA7B is #6A4584. Grayscale: #A7A7A7. Windows color (decimal): -6964613 or 8108693. OLE color: 8108693.
HSL color Cylindrical-coordinate representation of color #95BA7B: hue angle of 95.24º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95BA7B is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 123 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.27 |
| HSL | 95.24º | 0.31% | 0.61% | - |
| HSV(B) | 95.24º | 0.34% | 0.73% | - |
| XYZ | 33.53 | 42.94 | 25.26 | - |
| YUV | 167.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 123 | 0.20 | 0 | 0.34 | 0.27 | 95.24 | 0.31 | 0.61 |
| Hex | 95 | BA | 7B | 14 | 0 | 22 | 1B | 5F | 1F | 3D |
| Octal | 225 | 272 | 173 | 24 | 0 | 42 | 33 | 137 | 37 | 75 |
| Binary | 10010101 | 10111010 | 1111011 | 10100 | 0 | 100010 | 11011 | 1011111 | 11111 | 111101 |
Color Harmonies of #95BA7B
Complementary color
Monochromatic Colors of #95BA7B
Black with #95BA7B
Text Example
Text Example
White with #95BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA7B; }
p { color: rgb(149,186,123); }
H1.HeaderClassName
{
color: #95BA7B;
}
.AnyTagClassName
{
color: #95BA7B;
}
</style>
background-color css
<style>
a { background-color: #95BA7B; }
a { background-color: rgb(149,186,123); }
div.DivClassName
{
background-color: #95BA7B;
}
.BgClassName
{
background-color: #95BA7B;
}
</style>
border-color css
<style>
span { border-color: #95BA7B; }
span { border-color: rgb(149,186,123); }
td.TdClassName
{
border-color: #95BA7B;
}
.TagClassName
{
border-color: #95BA7B;
}
</style>