Shades of Olivine #95C56B
Tints of Olivine #95C56B
RGB
CMYK
RGB Variations
Color information
#95C56B (or 0x95C56B) is known color: Olivine. HEX triplet: 95, C5 and 6B. RGB value is (149,197,107). Sum of RGB (Red+Green+Blue) = 149+197+107=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #95C56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C56B is #6A3A94. Grayscale: #ACACAC. Windows color (decimal): -6961813 or 7062933. OLE color: 7062933.
HSL color Cylindrical-coordinate representation of color #95C56B: hue angle of 92º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95C56B is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 107 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.23 |
| HSL | 92º | 0.44% | 0.6% | - |
| HSV(B) | 92º | 0.46% | 0.77% | - |
| XYZ | 35.01 | 47.38 | 21.21 | - |
| YUV | 172.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 107 | 0.24 | 0 | 0.46 | 0.23 | 92 | 0.44 | 0.6 |
| Hex | 95 | C5 | 6B | 18 | 0 | 2E | 17 | 5C | 2C | 3C |
| Octal | 225 | 305 | 153 | 30 | 0 | 56 | 27 | 134 | 54 | 74 |
| Binary | 10010101 | 11000101 | 1101011 | 11000 | 0 | 101110 | 10111 | 1011100 | 101100 | 111100 |
Color Harmonies of #95C56B
Complementary color
Monochromatic Colors of #95C56B
Black with #95C56B
Text Example
Text Example
White with #95C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C56B; }
p { color: rgb(149,197,107); }
H1.HeaderClassName
{
color: #95C56B;
}
.AnyTagClassName
{
color: #95C56B;
}
</style>
background-color css
<style>
a { background-color: #95C56B; }
a { background-color: rgb(149,197,107); }
div.DivClassName
{
background-color: #95C56B;
}
.BgClassName
{
background-color: #95C56B;
}
</style>
border-color css
<style>
span { border-color: #95C56B; }
span { border-color: rgb(149,197,107); }
td.TdClassName
{
border-color: #95C56B;
}
.TagClassName
{
border-color: #95C56B;
}
</style>