Shades of Olivine #95C962
Tints of Olivine #95C962
RGB
CMYK
RGB Variations
Color information
#95C962 (or 0x95C962) is known color: Olivine. HEX triplet: 95, C9 and 62. RGB value is (149,201,98). Sum of RGB (Red+Green+Blue) = 149+201+98=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #95C962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C962 is #6A369D. Grayscale: #AEAEAE. Windows color (decimal): -6960798 or 6474133. OLE color: 6474133.
HSL color Cylindrical-coordinate representation of color #95C962: hue angle of 90.29º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95C962 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 98 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.21 |
| HSL | 90.29º | 0.49% | 0.59% | - |
| HSV(B) | 90.29º | 0.51% | 0.79% | - |
| XYZ | 35.49 | 49.04 | 19.15 | - |
| YUV | 173.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 98 | 0.26 | 0 | 0.51 | 0.21 | 90.29 | 0.49 | 0.59 |
| Hex | 95 | C9 | 62 | 1A | 0 | 33 | 15 | 5A | 31 | 3B |
| Octal | 225 | 311 | 142 | 32 | 0 | 63 | 25 | 132 | 61 | 73 |
| Binary | 10010101 | 11001001 | 1100010 | 11010 | 0 | 110011 | 10101 | 1011010 | 110001 | 111011 |
Color Harmonies of #95C962
Complementary color
Monochromatic Colors of #95C962
Black with #95C962
Text Example
Text Example
White with #95C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C962; }
p { color: rgb(149,201,98); }
H1.HeaderClassName
{
color: #95C962;
}
.AnyTagClassName
{
color: #95C962;
}
</style>
background-color css
<style>
a { background-color: #95C962; }
a { background-color: rgb(149,201,98); }
div.DivClassName
{
background-color: #95C962;
}
.BgClassName
{
background-color: #95C962;
}
</style>
border-color css
<style>
span { border-color: #95C962; }
span { border-color: rgb(149,201,98); }
td.TdClassName
{
border-color: #95C962;
}
.TagClassName
{
border-color: #95C962;
}
</style>