Shades of Olivine #95C170
Tints of Olivine #95C170
RGB
CMYK
RGB Variations
Color information
#95C170 (or 0x95C170) is known color: Olivine. HEX triplet: 95, C1 and 70. RGB value is (149,193,112). Sum of RGB (Red+Green+Blue) = 149+193+112=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #95C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C170 is #6A3E8F. Grayscale: #AAAAAA. Windows color (decimal): -6962832 or 7389589. OLE color: 7389589.
HSL color Cylindrical-coordinate representation of color #95C170: hue angle of 92.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95C170 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 112 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.24 |
| HSL | 92.59º | 0.4% | 0.6% | - |
| HSV(B) | 92.59º | 0.42% | 0.76% | - |
| XYZ | 34.39 | 45.7 | 22.34 | - |
| YUV | 170.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 112 | 0.23 | 0 | 0.42 | 0.24 | 92.59 | 0.4 | 0.6 |
| Hex | 95 | C1 | 70 | 17 | 0 | 2A | 18 | 5D | 28 | 3C |
| Octal | 225 | 301 | 160 | 27 | 0 | 52 | 30 | 135 | 50 | 74 |
| Binary | 10010101 | 11000001 | 1110000 | 10111 | 0 | 101010 | 11000 | 1011101 | 101000 | 111100 |
Color Harmonies of #95C170
Complementary color
Monochromatic Colors of #95C170
Black with #95C170
Text Example
Text Example
White with #95C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C170; }
p { color: rgb(149,193,112); }
H1.HeaderClassName
{
color: #95C170;
}
.AnyTagClassName
{
color: #95C170;
}
</style>
background-color css
<style>
a { background-color: #95C170; }
a { background-color: rgb(149,193,112); }
div.DivClassName
{
background-color: #95C170;
}
.BgClassName
{
background-color: #95C170;
}
</style>
border-color css
<style>
span { border-color: #95C170; }
span { border-color: rgb(149,193,112); }
td.TdClassName
{
border-color: #95C170;
}
.TagClassName
{
border-color: #95C170;
}
</style>