Shades of Olivine #95BE6C
Tints of Olivine #95BE6C
RGB
CMYK
RGB Variations
Color information
#95BE6C (or 0x95BE6C) is known color: Olivine. HEX triplet: 95, BE and 6C. RGB value is (149,190,108). Sum of RGB (Red+Green+Blue) = 149+190+108=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BE6C is #6A4193. Grayscale: #A8A8A8. Windows color (decimal): -6963604 or 7126677. OLE color: 7126677.
HSL color Cylindrical-coordinate representation of color #95BE6C: hue angle of 90º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95BE6C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 190 | 108 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.25 |
| HSL | 90º | 0.39% | 0.58% | - |
| HSV(B) | 90º | 0.43% | 0.75% | - |
| XYZ | 33.51 | 44.3 | 20.97 | - |
| YUV | 168.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 190 | 108 | 0.22 | 0 | 0.43 | 0.25 | 90 | 0.39 | 0.58 |
| Hex | 95 | BE | 6C | 16 | 0 | 2B | 19 | 5A | 27 | 3A |
| Octal | 225 | 276 | 154 | 26 | 0 | 53 | 31 | 132 | 47 | 72 |
| Binary | 10010101 | 10111110 | 1101100 | 10110 | 0 | 101011 | 11001 | 1011010 | 100111 | 111010 |
Color Harmonies of #95BE6C
Complementary color
Monochromatic Colors of #95BE6C
Black with #95BE6C
Text Example
Text Example
White with #95BE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BE6C; }
p { color: rgb(149,190,108); }
H1.HeaderClassName
{
color: #95BE6C;
}
.AnyTagClassName
{
color: #95BE6C;
}
</style>
background-color css
<style>
a { background-color: #95BE6C; }
a { background-color: rgb(149,190,108); }
div.DivClassName
{
background-color: #95BE6C;
}
.BgClassName
{
background-color: #95BE6C;
}
</style>
border-color css
<style>
span { border-color: #95BE6C; }
span { border-color: rgb(149,190,108); }
td.TdClassName
{
border-color: #95BE6C;
}
.TagClassName
{
border-color: #95BE6C;
}
</style>