Shades of Olivine #95C664
Tints of Olivine #95C664
RGB
CMYK
RGB Variations
Color information
#95C664 (or 0x95C664) is known color: Olivine. HEX triplet: 95, C6 and 64. RGB value is (149,198,100). Sum of RGB (Red+Green+Blue) = 149+198+100=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #95C664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C664 is #6A399B. Grayscale: #ACACAC. Windows color (decimal): -6961564 or 6604437. OLE color: 6604437.
HSL color Cylindrical-coordinate representation of color #95C664: hue angle of 90º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95C664 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 100 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.22 |
| HSL | 90º | 0.46% | 0.58% | - |
| HSV(B) | 90º | 0.49% | 0.78% | - |
| XYZ | 34.89 | 47.7 | 19.42 | - |
| YUV | 172.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 100 | 0.25 | 0 | 0.49 | 0.22 | 90 | 0.46 | 0.58 |
| Hex | 95 | C6 | 64 | 19 | 0 | 31 | 16 | 5A | 2E | 3A |
| Octal | 225 | 306 | 144 | 31 | 0 | 61 | 26 | 132 | 56 | 72 |
| Binary | 10010101 | 11000110 | 1100100 | 11001 | 0 | 110001 | 10110 | 1011010 | 101110 | 111010 |
Color Harmonies of #95C664
Complementary color
Monochromatic Colors of #95C664
Black with #95C664
Text Example
Text Example
White with #95C664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C664; }
p { color: rgb(149,198,100); }
H1.HeaderClassName
{
color: #95C664;
}
.AnyTagClassName
{
color: #95C664;
}
</style>
background-color css
<style>
a { background-color: #95C664; }
a { background-color: rgb(149,198,100); }
div.DivClassName
{
background-color: #95C664;
}
.BgClassName
{
background-color: #95C664;
}
</style>
border-color css
<style>
span { border-color: #95C664; }
span { border-color: rgb(149,198,100); }
td.TdClassName
{
border-color: #95C664;
}
.TagClassName
{
border-color: #95C664;
}
</style>