Shades of Olivine #95C66E
Tints of Olivine #95C66E
RGB
CMYK
RGB Variations
Color information
#95C66E (or 0x95C66E) is known color: Olivine. HEX triplet: 95, C6 and 6E. RGB value is (149,198,110). Sum of RGB (Red+Green+Blue) = 149+198+110=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #95C66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C66E is #6A3991. Grayscale: #ADADAD. Windows color (decimal): -6961554 or 7259797. OLE color: 7259797.
HSL color Cylindrical-coordinate representation of color #95C66E: hue angle of 93.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95C66E is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 110 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.22 |
| HSL | 93.41º | 0.44% | 0.6% | - |
| HSV(B) | 93.41º | 0.44% | 0.78% | - |
| XYZ | 35.4 | 47.9 | 22.13 | - |
| YUV | 173.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 110 | 0.25 | 0 | 0.44 | 0.22 | 93.41 | 0.44 | 0.6 |
| Hex | 95 | C6 | 6E | 19 | 0 | 2C | 16 | 5D | 2C | 3C |
| Octal | 225 | 306 | 156 | 31 | 0 | 54 | 26 | 135 | 54 | 74 |
| Binary | 10010101 | 11000110 | 1101110 | 11001 | 0 | 101100 | 10110 | 1011101 | 101100 | 111100 |
Color Harmonies of #95C66E
Complementary color
Monochromatic Colors of #95C66E
Black with #95C66E
Text Example
Text Example
White with #95C66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C66E; }
p { color: rgb(149,198,110); }
H1.HeaderClassName
{
color: #95C66E;
}
.AnyTagClassName
{
color: #95C66E;
}
</style>
background-color css
<style>
a { background-color: #95C66E; }
a { background-color: rgb(149,198,110); }
div.DivClassName
{
background-color: #95C66E;
}
.BgClassName
{
background-color: #95C66E;
}
</style>
border-color css
<style>
span { border-color: #95C66E; }
span { border-color: rgb(149,198,110); }
td.TdClassName
{
border-color: #95C66E;
}
.TagClassName
{
border-color: #95C66E;
}
</style>