Shades of Olivine #95C278
Tints of Olivine #95C278
RGB
CMYK
RGB Variations
Color information
#95C278 (or 0x95C278) is known color: Olivine. HEX triplet: 95, C2 and 78. RGB value is (149,194,120). Sum of RGB (Red+Green+Blue) = 149+194+120=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #95C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C278 is #6A3D87. Grayscale: #ACACAC. Windows color (decimal): -6962568 or 7914133. OLE color: 7914133.
HSL color Cylindrical-coordinate representation of color #95C278: hue angle of 96.49º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95C278 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 120 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.24 |
| HSL | 96.49º | 0.38% | 0.62% | - |
| HSV(B) | 96.49º | 0.38% | 0.76% | - |
| XYZ | 35.08 | 46.33 | 24.86 | - |
| YUV | 172.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 120 | 0.23 | 0 | 0.38 | 0.24 | 96.49 | 0.38 | 0.62 |
| Hex | 95 | C2 | 78 | 17 | 0 | 26 | 18 | 60 | 26 | 3E |
| Octal | 225 | 302 | 170 | 27 | 0 | 46 | 30 | 140 | 46 | 76 |
| Binary | 10010101 | 11000010 | 1111000 | 10111 | 0 | 100110 | 11000 | 1100000 | 100110 | 111110 |
Color Harmonies of #95C278
Complementary color
Monochromatic Colors of #95C278
Black with #95C278
Text Example
Text Example
White with #95C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C278; }
p { color: rgb(149,194,120); }
H1.HeaderClassName
{
color: #95C278;
}
.AnyTagClassName
{
color: #95C278;
}
</style>
background-color css
<style>
a { background-color: #95C278; }
a { background-color: rgb(149,194,120); }
div.DivClassName
{
background-color: #95C278;
}
.BgClassName
{
background-color: #95C278;
}
</style>
border-color css
<style>
span { border-color: #95C278; }
span { border-color: rgb(149,194,120); }
td.TdClassName
{
border-color: #95C278;
}
.TagClassName
{
border-color: #95C278;
}
</style>