Shades of Olivine #95C272
Tints of Olivine #95C272
RGB
CMYK
RGB Variations
Color information
#95C272 (or 0x95C272) is known color: Olivine. HEX triplet: 95, C2 and 72. RGB value is (149,194,114). Sum of RGB (Red+Green+Blue) = 149+194+114=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #95C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C272 is #6A3D8D. Grayscale: #ABABAB. Windows color (decimal): -6962574 or 7520917. OLE color: 7520917.
HSL color Cylindrical-coordinate representation of color #95C272: hue angle of 93.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95C272 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 114 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.24 |
| HSL | 93.75º | 0.4% | 0.6% | - |
| HSV(B) | 93.75º | 0.41% | 0.76% | - |
| XYZ | 34.72 | 46.19 | 23 | - |
| YUV | 171.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 114 | 0.23 | 0 | 0.41 | 0.24 | 93.75 | 0.4 | 0.6 |
| Hex | 95 | C2 | 72 | 17 | 0 | 29 | 18 | 5E | 28 | 3C |
| Octal | 225 | 302 | 162 | 27 | 0 | 51 | 30 | 136 | 50 | 74 |
| Binary | 10010101 | 11000010 | 1110010 | 10111 | 0 | 101001 | 11000 | 1011110 | 101000 | 111100 |
Color Harmonies of #95C272
Complementary color
Monochromatic Colors of #95C272
Black with #95C272
Text Example
Text Example
White with #95C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C272; }
p { color: rgb(149,194,114); }
H1.HeaderClassName
{
color: #95C272;
}
.AnyTagClassName
{
color: #95C272;
}
</style>
background-color css
<style>
a { background-color: #95C272; }
a { background-color: rgb(149,194,114); }
div.DivClassName
{
background-color: #95C272;
}
.BgClassName
{
background-color: #95C272;
}
</style>
border-color css
<style>
span { border-color: #95C272; }
span { border-color: rgb(149,194,114); }
td.TdClassName
{
border-color: #95C272;
}
.TagClassName
{
border-color: #95C272;
}
</style>