Shades of Olivine #95CE65
Tints of Olivine #95CE65
RGB
CMYK
RGB Variations
Color information
#95CE65 (or 0x95CE65) is known color: Olivine. HEX triplet: 95, CE and 65. RGB value is (149,206,101). Sum of RGB (Red+Green+Blue) = 149+206+101=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE65 is #6A319A. Grayscale: #B1B1B1. Windows color (decimal): -6959515 or 6672021. OLE color: 6672021.
HSL color Cylindrical-coordinate representation of color #95CE65: hue angle of 92.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95CE65 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 101 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.19 |
| HSL | 92.57º | 0.52% | 0.6% | - |
| HSV(B) | 92.57º | 0.51% | 0.81% | - |
| XYZ | 36.81 | 51.47 | 20.31 | - |
| YUV | 176.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 101 | 0.28 | 0 | 0.51 | 0.19 | 92.57 | 0.52 | 0.6 |
| Hex | 95 | CE | 65 | 1C | 0 | 33 | 13 | 5D | 34 | 3C |
| Octal | 225 | 316 | 145 | 34 | 0 | 63 | 23 | 135 | 64 | 74 |
| Binary | 10010101 | 11001110 | 1100101 | 11100 | 0 | 110011 | 10011 | 1011101 | 110100 | 111100 |
Color Harmonies of #95CE65
Complementary color
Monochromatic Colors of #95CE65
Black with #95CE65
Text Example
Text Example
White with #95CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE65; }
p { color: rgb(149,206,101); }
H1.HeaderClassName
{
color: #95CE65;
}
.AnyTagClassName
{
color: #95CE65;
}
</style>
background-color css
<style>
a { background-color: #95CE65; }
a { background-color: rgb(149,206,101); }
div.DivClassName
{
background-color: #95CE65;
}
.BgClassName
{
background-color: #95CE65;
}
</style>
border-color css
<style>
span { border-color: #95CE65; }
span { border-color: rgb(149,206,101); }
td.TdClassName
{
border-color: #95CE65;
}
.TagClassName
{
border-color: #95CE65;
}
</style>