Shades of Olivine #95BD62
Tints of Olivine #95BD62
RGB
CMYK
RGB Variations
Color information
#95BD62 (or 0x95BD62) is known color: Olivine. HEX triplet: 95, BD and 62. RGB value is (149,189,98). Sum of RGB (Red+Green+Blue) = 149+189+98=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD62 is #6A429D. Grayscale: #A6A6A6. Windows color (decimal): -6963870 or 6471061. OLE color: 6471061.
HSL color Cylindrical-coordinate representation of color #95BD62: hue angle of 86.37º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95BD62 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 98 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.26 |
| HSL | 86.37º | 0.41% | 0.56% | - |
| HSV(B) | 86.37º | 0.48% | 0.74% | - |
| XYZ | 32.8 | 43.67 | 18.26 | - |
| YUV | 166.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 98 | 0.21 | 0 | 0.48 | 0.26 | 86.37 | 0.41 | 0.56 |
| Hex | 95 | BD | 62 | 15 | 0 | 30 | 1A | 56 | 29 | 38 |
| Octal | 225 | 275 | 142 | 25 | 0 | 60 | 32 | 126 | 51 | 70 |
| Binary | 10010101 | 10111101 | 1100010 | 10101 | 0 | 110000 | 11010 | 1010110 | 101001 | 111000 |
Color Harmonies of #95BD62
Complementary color
Monochromatic Colors of #95BD62
Black with #95BD62
Text Example
Text Example
White with #95BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD62; }
p { color: rgb(149,189,98); }
H1.HeaderClassName
{
color: #95BD62;
}
.AnyTagClassName
{
color: #95BD62;
}
</style>
background-color css
<style>
a { background-color: #95BD62; }
a { background-color: rgb(149,189,98); }
div.DivClassName
{
background-color: #95BD62;
}
.BgClassName
{
background-color: #95BD62;
}
</style>
border-color css
<style>
span { border-color: #95BD62; }
span { border-color: rgb(149,189,98); }
td.TdClassName
{
border-color: #95BD62;
}
.TagClassName
{
border-color: #95BD62;
}
</style>