Shades of Olivine #95BF7D
Tints of Olivine #95BF7D
RGB
CMYK
RGB Variations
Color information
#95BF7D (or 0x95BF7D) is known color: Olivine. HEX triplet: 95, BF and 7D. RGB value is (149,191,125). Sum of RGB (Red+Green+Blue) = 149+191+125=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF7D is #6A4082. Grayscale: #ABABAB. Windows color (decimal): -6963331 or 8241045. OLE color: 8241045.
HSL color Cylindrical-coordinate representation of color #95BF7D: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95BF7D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 191 | 125 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.25 |
| HSL | 98.18º | 0.34% | 0.62% | - |
| HSV(B) | 98.18º | 0.35% | 0.75% | - |
| XYZ | 34.73 | 45.13 | 26.28 | - |
| YUV | 170.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 125 | 0.22 | 0 | 0.35 | 0.25 | 98.18 | 0.34 | 0.62 |
| Hex | 95 | BF | 7D | 16 | 0 | 23 | 19 | 62 | 22 | 3E |
| Octal | 225 | 277 | 175 | 26 | 0 | 43 | 31 | 142 | 42 | 76 |
| Binary | 10010101 | 10111111 | 1111101 | 10110 | 0 | 100011 | 11001 | 1100010 | 100010 | 111110 |
Color Harmonies of #95BF7D
Complementary color
Monochromatic Colors of #95BF7D
Black with #95BF7D
Text Example
Text Example
White with #95BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BF7D; }
p { color: rgb(149,191,125); }
H1.HeaderClassName
{
color: #95BF7D;
}
.AnyTagClassName
{
color: #95BF7D;
}
</style>
background-color css
<style>
a { background-color: #95BF7D; }
a { background-color: rgb(149,191,125); }
div.DivClassName
{
background-color: #95BF7D;
}
.BgClassName
{
background-color: #95BF7D;
}
</style>
border-color css
<style>
span { border-color: #95BF7D; }
span { border-color: rgb(149,191,125); }
td.TdClassName
{
border-color: #95BF7D;
}
.TagClassName
{
border-color: #95BF7D;
}
</style>