Shades of Olivine #95BD6C
Tints of Olivine #95BD6C
RGB
CMYK
RGB Variations
Color information
#95BD6C (or 0x95BD6C) is known color: Olivine. HEX triplet: 95, BD and 6C. RGB value is (149,189,108). Sum of RGB (Red+Green+Blue) = 149+189+108=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD6C is #6A4293. Grayscale: #A8A8A8. Windows color (decimal): -6963860 or 7126421. OLE color: 7126421.
HSL color Cylindrical-coordinate representation of color #95BD6C: hue angle of 89.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95BD6C is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 108 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.26 |
| HSL | 89.63º | 0.38% | 0.58% | - |
| HSV(B) | 89.63º | 0.43% | 0.74% | - |
| XYZ | 33.3 | 43.87 | 20.9 | - |
| YUV | 167.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 108 | 0.21 | 0 | 0.43 | 0.26 | 89.63 | 0.38 | 0.58 |
| Hex | 95 | BD | 6C | 15 | 0 | 2B | 1A | 5A | 26 | 3A |
| Octal | 225 | 275 | 154 | 25 | 0 | 53 | 32 | 132 | 46 | 72 |
| Binary | 10010101 | 10111101 | 1101100 | 10101 | 0 | 101011 | 11010 | 1011010 | 100110 | 111010 |
Color Harmonies of #95BD6C
Complementary color
Monochromatic Colors of #95BD6C
Black with #95BD6C
Text Example
Text Example
White with #95BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD6C; }
p { color: rgb(149,189,108); }
H1.HeaderClassName
{
color: #95BD6C;
}
.AnyTagClassName
{
color: #95BD6C;
}
</style>
background-color css
<style>
a { background-color: #95BD6C; }
a { background-color: rgb(149,189,108); }
div.DivClassName
{
background-color: #95BD6C;
}
.BgClassName
{
background-color: #95BD6C;
}
</style>
border-color css
<style>
span { border-color: #95BD6C; }
span { border-color: rgb(149,189,108); }
td.TdClassName
{
border-color: #95BD6C;
}
.TagClassName
{
border-color: #95BD6C;
}
</style>