Shades of Olivine #95BF7E
Tints of Olivine #95BF7E
RGB
CMYK
RGB Variations
Color information
#95BF7E (or 0x95BF7E) is known color: Olivine. HEX triplet: 95, BF and 7E. RGB value is (149,191,126). Sum of RGB (Red+Green+Blue) = 149+191+126=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF7E is #6A4081. Grayscale: #ABABAB. Windows color (decimal): -6963330 or 8306581. OLE color: 8306581.
HSL color Cylindrical-coordinate representation of color #95BF7E: hue angle of 98.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95BF7E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 191 | 126 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.25 |
| HSL | 98.77º | 0.34% | 0.62% | - |
| HSV(B) | 98.77º | 0.34% | 0.75% | - |
| XYZ | 34.79 | 45.16 | 26.62 | - |
| YUV | 171.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 126 | 0.22 | 0 | 0.34 | 0.25 | 98.77 | 0.34 | 0.62 |
| Hex | 95 | BF | 7E | 16 | 0 | 22 | 19 | 63 | 22 | 3E |
| Octal | 225 | 277 | 176 | 26 | 0 | 42 | 31 | 143 | 42 | 76 |
| Binary | 10010101 | 10111111 | 1111110 | 10110 | 0 | 100010 | 11001 | 1100011 | 100010 | 111110 |
Color Harmonies of #95BF7E
Complementary color
Monochromatic Colors of #95BF7E
Black with #95BF7E
Text Example
Text Example
White with #95BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BF7E; }
p { color: rgb(149,191,126); }
H1.HeaderClassName
{
color: #95BF7E;
}
.AnyTagClassName
{
color: #95BF7E;
}
</style>
background-color css
<style>
a { background-color: #95BF7E; }
a { background-color: rgb(149,191,126); }
div.DivClassName
{
background-color: #95BF7E;
}
.BgClassName
{
background-color: #95BF7E;
}
</style>
border-color css
<style>
span { border-color: #95BF7E; }
span { border-color: rgb(149,191,126); }
td.TdClassName
{
border-color: #95BF7E;
}
.TagClassName
{
border-color: #95BF7E;
}
</style>