Shades of Olivine #95C56A
Tints of Olivine #95C56A
RGB
CMYK
RGB Variations
Color information
#95C56A (or 0x95C56A) is known color: Olivine. HEX triplet: 95, C5 and 6A. RGB value is (149,197,106). Sum of RGB (Red+Green+Blue) = 149+197+106=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #95C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C56A is #6A3A95. Grayscale: #ACACAC. Windows color (decimal): -6961814 or 6997397. OLE color: 6997397.
HSL color Cylindrical-coordinate representation of color #95C56A: hue angle of 91.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95C56A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 106 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.23 |
| HSL | 91.65º | 0.44% | 0.59% | - |
| HSV(B) | 91.65º | 0.46% | 0.77% | - |
| XYZ | 34.96 | 47.36 | 20.93 | - |
| YUV | 172.27 | 90.6 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 106 | 0.24 | 0 | 0.46 | 0.23 | 91.65 | 0.44 | 0.59 |
| Hex | 95 | C5 | 6A | 18 | 0 | 2E | 17 | 5C | 2C | 3B |
| Octal | 225 | 305 | 152 | 30 | 0 | 56 | 27 | 134 | 54 | 73 |
| Binary | 10010101 | 11000101 | 1101010 | 11000 | 0 | 101110 | 10111 | 1011100 | 101100 | 111011 |
Color Harmonies of #95C56A
Complementary color
Monochromatic Colors of #95C56A
Black with #95C56A
Text Example
Text Example
White with #95C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C56A; }
p { color: rgb(149,197,106); }
H1.HeaderClassName
{
color: #95C56A;
}
.AnyTagClassName
{
color: #95C56A;
}
</style>
background-color css
<style>
a { background-color: #95C56A; }
a { background-color: rgb(149,197,106); }
div.DivClassName
{
background-color: #95C56A;
}
.BgClassName
{
background-color: #95C56A;
}
</style>
border-color css
<style>
span { border-color: #95C56A; }
span { border-color: rgb(149,197,106); }
td.TdClassName
{
border-color: #95C56A;
}
.TagClassName
{
border-color: #95C56A;
}
</style>