Shades of Olivine #95C373
Tints of Olivine #95C373
RGB
CMYK
RGB Variations
Color information
#95C373 (or 0x95C373) is known color: Olivine. HEX triplet: 95, C3 and 73. RGB value is (149,195,115). Sum of RGB (Red+Green+Blue) = 149+195+115=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #95C373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C373 is #6A3C8C. Grayscale: #ACACAC. Windows color (decimal): -6962317 or 7586709. OLE color: 7586709.
HSL color Cylindrical-coordinate representation of color #95C373: hue angle of 94.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95C373 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 115 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.24 |
| HSL | 94.5º | 0.4% | 0.61% | - |
| HSV(B) | 94.5º | 0.41% | 0.76% | - |
| XYZ | 35 | 46.66 | 23.38 | - |
| YUV | 172.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 115 | 0.24 | 0 | 0.41 | 0.24 | 94.5 | 0.4 | 0.61 |
| Hex | 95 | C3 | 73 | 18 | 0 | 29 | 18 | 5E | 28 | 3D |
| Octal | 225 | 303 | 163 | 30 | 0 | 51 | 30 | 136 | 50 | 75 |
| Binary | 10010101 | 11000011 | 1110011 | 11000 | 0 | 101001 | 11000 | 1011110 | 101000 | 111101 |
Color Harmonies of #95C373
Complementary color
Monochromatic Colors of #95C373
Black with #95C373
Text Example
Text Example
White with #95C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C373; }
p { color: rgb(149,195,115); }
H1.HeaderClassName
{
color: #95C373;
}
.AnyTagClassName
{
color: #95C373;
}
</style>
background-color css
<style>
a { background-color: #95C373; }
a { background-color: rgb(149,195,115); }
div.DivClassName
{
background-color: #95C373;
}
.BgClassName
{
background-color: #95C373;
}
</style>
border-color css
<style>
span { border-color: #95C373; }
span { border-color: rgb(149,195,115); }
td.TdClassName
{
border-color: #95C373;
}
.TagClassName
{
border-color: #95C373;
}
</style>