Shades of Olivine #95BA7D
Tints of Olivine #95BA7D
RGB
CMYK
RGB Variations
Color information
#95BA7D (or 0x95BA7D) is known color: Olivine. HEX triplet: 95, BA and 7D. RGB value is (149,186,125). Sum of RGB (Red+Green+Blue) = 149+186+125=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA7D is #6A4582. Grayscale: #A8A8A8. Windows color (decimal): -6964611 or 8239765. OLE color: 8239765.
HSL color Cylindrical-coordinate representation of color #95BA7D: hue angle of 96.39º 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 #95BA7D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 125 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.27 |
| HSL | 96.39º | 0.31% | 0.61% | - |
| HSV(B) | 96.39º | 0.33% | 0.73% | - |
| XYZ | 33.66 | 42.99 | 25.93 | - |
| YUV | 167.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 125 | 0.20 | 0 | 0.33 | 0.27 | 96.39 | 0.31 | 0.61 |
| Hex | 95 | BA | 7D | 14 | 0 | 21 | 1B | 60 | 1F | 3D |
| Octal | 225 | 272 | 175 | 24 | 0 | 41 | 33 | 140 | 37 | 75 |
| Binary | 10010101 | 10111010 | 1111101 | 10100 | 0 | 100001 | 11011 | 1100000 | 11111 | 111101 |
Color Harmonies of #95BA7D
Complementary color
Monochromatic Colors of #95BA7D
Black with #95BA7D
Text Example
Text Example
White with #95BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA7D; }
p { color: rgb(149,186,125); }
H1.HeaderClassName
{
color: #95BA7D;
}
.AnyTagClassName
{
color: #95BA7D;
}
</style>
background-color css
<style>
a { background-color: #95BA7D; }
a { background-color: rgb(149,186,125); }
div.DivClassName
{
background-color: #95BA7D;
}
.BgClassName
{
background-color: #95BA7D;
}
</style>
border-color css
<style>
span { border-color: #95BA7D; }
span { border-color: rgb(149,186,125); }
td.TdClassName
{
border-color: #95BA7D;
}
.TagClassName
{
border-color: #95BA7D;
}
</style>