Shades of Olivine #95C173
Tints of Olivine #95C173
RGB
CMYK
RGB Variations
Color information
#95C173 (or 0x95C173) is known color: Olivine. HEX triplet: 95, C1 and 73. RGB value is (149,193,115). Sum of RGB (Red+Green+Blue) = 149+193+115=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #95C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C173 is #6A3E8C. Grayscale: #ABABAB. Windows color (decimal): -6962829 or 7586197. OLE color: 7586197.
HSL color Cylindrical-coordinate representation of color #95C173: hue angle of 93.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95C173 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 115 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.24 |
| HSL | 93.85º | 0.39% | 0.6% | - |
| HSV(B) | 93.85º | 0.4% | 0.76% | - |
| XYZ | 34.56 | 45.77 | 23.23 | - |
| YUV | 170.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 115 | 0.23 | 0 | 0.40 | 0.24 | 93.85 | 0.39 | 0.6 |
| Hex | 95 | C1 | 73 | 17 | 0 | 28 | 18 | 5E | 27 | 3C |
| Octal | 225 | 301 | 163 | 27 | 0 | 50 | 30 | 136 | 47 | 74 |
| Binary | 10010101 | 11000001 | 1110011 | 10111 | 0 | 101000 | 11000 | 1011110 | 100111 | 111100 |
Color Harmonies of #95C173
Complementary color
Monochromatic Colors of #95C173
Black with #95C173
Text Example
Text Example
White with #95C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C173; }
p { color: rgb(149,193,115); }
H1.HeaderClassName
{
color: #95C173;
}
.AnyTagClassName
{
color: #95C173;
}
</style>
background-color css
<style>
a { background-color: #95C173; }
a { background-color: rgb(149,193,115); }
div.DivClassName
{
background-color: #95C173;
}
.BgClassName
{
background-color: #95C173;
}
</style>
border-color css
<style>
span { border-color: #95C173; }
span { border-color: rgb(149,193,115); }
td.TdClassName
{
border-color: #95C173;
}
.TagClassName
{
border-color: #95C173;
}
</style>