Shades of Olivine #95BD6E
Tints of Olivine #95BD6E
RGB
CMYK
RGB Variations
Color information
#95BD6E (or 0x95BD6E) is known color: Olivine. HEX triplet: 95, BD and 6E. RGB value is (149,189,110). Sum of RGB (Red+Green+Blue) = 149+189+110=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD6E is #6A4291. Grayscale: #A8A8A8. Windows color (decimal): -6963858 or 7257493. OLE color: 7257493.
HSL color Cylindrical-coordinate representation of color #95BD6E: hue angle of 90.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95BD6E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 110 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.26 |
| HSL | 90.38º | 0.37% | 0.59% | - |
| HSV(B) | 90.38º | 0.42% | 0.74% | - |
| XYZ | 33.41 | 43.91 | 21.47 | - |
| YUV | 168.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 110 | 0.21 | 0 | 0.42 | 0.26 | 90.38 | 0.37 | 0.59 |
| Hex | 95 | BD | 6E | 15 | 0 | 2A | 1A | 5A | 25 | 3B |
| Octal | 225 | 275 | 156 | 25 | 0 | 52 | 32 | 132 | 45 | 73 |
| Binary | 10010101 | 10111101 | 1101110 | 10101 | 0 | 101010 | 11010 | 1011010 | 100101 | 111011 |
Color Harmonies of #95BD6E
Complementary color
Monochromatic Colors of #95BD6E
Black with #95BD6E
Text Example
Text Example
White with #95BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD6E; }
p { color: rgb(149,189,110); }
H1.HeaderClassName
{
color: #95BD6E;
}
.AnyTagClassName
{
color: #95BD6E;
}
</style>
background-color css
<style>
a { background-color: #95BD6E; }
a { background-color: rgb(149,189,110); }
div.DivClassName
{
background-color: #95BD6E;
}
.BgClassName
{
background-color: #95BD6E;
}
</style>
border-color css
<style>
span { border-color: #95BD6E; }
span { border-color: rgb(149,189,110); }
td.TdClassName
{
border-color: #95BD6E;
}
.TagClassName
{
border-color: #95BD6E;
}
</style>