Shades of Olivine #95BA65
Tints of Olivine #95BA65
RGB
CMYK
RGB Variations
Color information
#95BA65 (or 0x95BA65) is known color: Olivine. HEX triplet: 95, BA and 65. RGB value is (149,186,101). Sum of RGB (Red+Green+Blue) = 149+186+101=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA65 is #6A459A. Grayscale: #A5A5A5. Windows color (decimal): -6964635 or 6666901. OLE color: 6666901.
HSL color Cylindrical-coordinate representation of color #95BA65: hue angle of 86.12º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95BA65 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 101 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.27 |
| HSL | 86.12º | 0.38% | 0.56% | - |
| HSV(B) | 86.12º | 0.46% | 0.73% | - |
| XYZ | 32.3 | 42.45 | 18.8 | - |
| YUV | 165.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 101 | 0.20 | 0 | 0.46 | 0.27 | 86.12 | 0.38 | 0.56 |
| Hex | 95 | BA | 65 | 14 | 0 | 2E | 1B | 56 | 26 | 38 |
| Octal | 225 | 272 | 145 | 24 | 0 | 56 | 33 | 126 | 46 | 70 |
| Binary | 10010101 | 10111010 | 1100101 | 10100 | 0 | 101110 | 11011 | 1010110 | 100110 | 111000 |
Color Harmonies of #95BA65
Complementary color
Monochromatic Colors of #95BA65
Black with #95BA65
Text Example
Text Example
White with #95BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA65; }
p { color: rgb(149,186,101); }
H1.HeaderClassName
{
color: #95BA65;
}
.AnyTagClassName
{
color: #95BA65;
}
</style>
background-color css
<style>
a { background-color: #95BA65; }
a { background-color: rgb(149,186,101); }
div.DivClassName
{
background-color: #95BA65;
}
.BgClassName
{
background-color: #95BA65;
}
</style>
border-color css
<style>
span { border-color: #95BA65; }
span { border-color: rgb(149,186,101); }
td.TdClassName
{
border-color: #95BA65;
}
.TagClassName
{
border-color: #95BA65;
}
</style>