Shades of Olivine #95BD6D
Tints of Olivine #95BD6D
RGB
CMYK
RGB Variations
Color information
#95BD6D (or 0x95BD6D) is known color: Olivine. HEX triplet: 95, BD and 6D. RGB value is (149,189,109). Sum of RGB (Red+Green+Blue) = 149+189+109=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD6D is #6A4292. Grayscale: #A8A8A8. Windows color (decimal): -6963859 or 7191957. OLE color: 7191957.
HSL color Cylindrical-coordinate representation of color #95BD6D: hue angle of 90º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95BD6D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 109 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.26 |
| HSL | 90º | 0.38% | 0.58% | - |
| HSV(B) | 90º | 0.42% | 0.74% | - |
| XYZ | 33.35 | 43.89 | 21.18 | - |
| YUV | 167.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 109 | 0.21 | 0 | 0.42 | 0.26 | 90 | 0.38 | 0.58 |
| Hex | 95 | BD | 6D | 15 | 0 | 2A | 1A | 5A | 26 | 3A |
| Octal | 225 | 275 | 155 | 25 | 0 | 52 | 32 | 132 | 46 | 72 |
| Binary | 10010101 | 10111101 | 1101101 | 10101 | 0 | 101010 | 11010 | 1011010 | 100110 | 111010 |
Color Harmonies of #95BD6D
Complementary color
Monochromatic Colors of #95BD6D
Black with #95BD6D
Text Example
Text Example
White with #95BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD6D; }
p { color: rgb(149,189,109); }
H1.HeaderClassName
{
color: #95BD6D;
}
.AnyTagClassName
{
color: #95BD6D;
}
</style>
background-color css
<style>
a { background-color: #95BD6D; }
a { background-color: rgb(149,189,109); }
div.DivClassName
{
background-color: #95BD6D;
}
.BgClassName
{
background-color: #95BD6D;
}
</style>
border-color css
<style>
span { border-color: #95BD6D; }
span { border-color: rgb(149,189,109); }
td.TdClassName
{
border-color: #95BD6D;
}
.TagClassName
{
border-color: #95BD6D;
}
</style>