Shades of Olivine #95CE6C
Tints of Olivine #95CE6C
RGB
CMYK
RGB Variations
Color information
#95CE6C (or 0x95CE6C) is known color: Olivine. HEX triplet: 95, CE and 6C. RGB value is (149,206,108). Sum of RGB (Red+Green+Blue) = 149+206+108=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE6C is #6A3193. Grayscale: #B2B2B2. Windows color (decimal): -6959508 or 7130773. OLE color: 7130773.
HSL color Cylindrical-coordinate representation of color #95CE6C: hue angle of 94.9º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95CE6C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 108 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.19 |
| HSL | 94.9º | 0.5% | 0.62% | - |
| HSV(B) | 94.9º | 0.48% | 0.81% | - |
| XYZ | 37.17 | 51.61 | 22.19 | - |
| YUV | 177.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 108 | 0.28 | 0 | 0.48 | 0.19 | 94.9 | 0.5 | 0.62 |
| Hex | 95 | CE | 6C | 1C | 0 | 30 | 13 | 5F | 32 | 3E |
| Octal | 225 | 316 | 154 | 34 | 0 | 60 | 23 | 137 | 62 | 76 |
| Binary | 10010101 | 11001110 | 1101100 | 11100 | 0 | 110000 | 10011 | 1011111 | 110010 | 111110 |
Color Harmonies of #95CE6C
Complementary color
Monochromatic Colors of #95CE6C
Black with #95CE6C
Text Example
Text Example
White with #95CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE6C; }
p { color: rgb(149,206,108); }
H1.HeaderClassName
{
color: #95CE6C;
}
.AnyTagClassName
{
color: #95CE6C;
}
</style>
background-color css
<style>
a { background-color: #95CE6C; }
a { background-color: rgb(149,206,108); }
div.DivClassName
{
background-color: #95CE6C;
}
.BgClassName
{
background-color: #95CE6C;
}
</style>
border-color css
<style>
span { border-color: #95CE6C; }
span { border-color: rgb(149,206,108); }
td.TdClassName
{
border-color: #95CE6C;
}
.TagClassName
{
border-color: #95CE6C;
}
</style>