Shades of Olivine #95BA7C
Tints of Olivine #95BA7C
RGB
CMYK
RGB Variations
Color information
#95BA7C (or 0x95BA7C) is known color: Olivine. HEX triplet: 95, BA and 7C. RGB value is (149,186,124). Sum of RGB (Red+Green+Blue) = 149+186+124=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA7C is #6A4583. Grayscale: #A8A8A8. Windows color (decimal): -6964612 or 8174229. OLE color: 8174229.
HSL color Cylindrical-coordinate representation of color #95BA7C: hue angle of 95.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95BA7C is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 124 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.27 |
| HSL | 95.81º | 0.31% | 0.61% | - |
| HSV(B) | 95.81º | 0.33% | 0.73% | - |
| XYZ | 33.59 | 42.96 | 25.59 | - |
| YUV | 167.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 124 | 0.20 | 0 | 0.33 | 0.27 | 95.81 | 0.31 | 0.61 |
| Hex | 95 | BA | 7C | 14 | 0 | 21 | 1B | 60 | 1F | 3D |
| Octal | 225 | 272 | 174 | 24 | 0 | 41 | 33 | 140 | 37 | 75 |
| Binary | 10010101 | 10111010 | 1111100 | 10100 | 0 | 100001 | 11011 | 1100000 | 11111 | 111101 |
Color Harmonies of #95BA7C
Complementary color
Monochromatic Colors of #95BA7C
Black with #95BA7C
Text Example
Text Example
White with #95BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA7C; }
p { color: rgb(149,186,124); }
H1.HeaderClassName
{
color: #95BA7C;
}
.AnyTagClassName
{
color: #95BA7C;
}
</style>
background-color css
<style>
a { background-color: #95BA7C; }
a { background-color: rgb(149,186,124); }
div.DivClassName
{
background-color: #95BA7C;
}
.BgClassName
{
background-color: #95BA7C;
}
</style>
border-color css
<style>
span { border-color: #95BA7C; }
span { border-color: rgb(149,186,124); }
td.TdClassName
{
border-color: #95BA7C;
}
.TagClassName
{
border-color: #95BA7C;
}
</style>