Shades of Olivine #95C46A
Tints of Olivine #95C46A
RGB
CMYK
RGB Variations
Color information
#95C46A (or 0x95C46A) is known color: Olivine. HEX triplet: 95, C4 and 6A. RGB value is (149,196,106). Sum of RGB (Red+Green+Blue) = 149+196+106=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #95C46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C46A is #6A3B95. Grayscale: #ACACAC. Windows color (decimal): -6962070 or 6997141. OLE color: 6997141.
HSL color Cylindrical-coordinate representation of color #95C46A: hue angle of 91.33º degrees, saturation: 0.43, 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 #95C46A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 196 | 106 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.23 |
| HSL | 91.33º | 0.43% | 0.59% | - |
| HSV(B) | 91.33º | 0.46% | 0.77% | - |
| XYZ | 34.74 | 46.91 | 20.86 | - |
| YUV | 171.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 196 | 106 | 0.24 | 0 | 0.46 | 0.23 | 91.33 | 0.43 | 0.59 |
| Hex | 95 | C4 | 6A | 18 | 0 | 2E | 17 | 5B | 2B | 3B |
| Octal | 225 | 304 | 152 | 30 | 0 | 56 | 27 | 133 | 53 | 73 |
| Binary | 10010101 | 11000100 | 1101010 | 11000 | 0 | 101110 | 10111 | 1011011 | 101011 | 111011 |
Color Harmonies of #95C46A
Complementary color
Monochromatic Colors of #95C46A
Black with #95C46A
Text Example
Text Example
White with #95C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C46A; }
p { color: rgb(149,196,106); }
H1.HeaderClassName
{
color: #95C46A;
}
.AnyTagClassName
{
color: #95C46A;
}
</style>
background-color css
<style>
a { background-color: #95C46A; }
a { background-color: rgb(149,196,106); }
div.DivClassName
{
background-color: #95C46A;
}
.BgClassName
{
background-color: #95C46A;
}
</style>
border-color css
<style>
span { border-color: #95C46A; }
span { border-color: rgb(149,196,106); }
td.TdClassName
{
border-color: #95C46A;
}
.TagClassName
{
border-color: #95C46A;
}
</style>