Shades of Olivine #95B973
Tints of Olivine #95B973
RGB
CMYK
RGB Variations
Color information
#95B973 (or 0x95B973) is known color: Olivine. HEX triplet: 95, B9 and 73. RGB value is (149,185,115). Sum of RGB (Red+Green+Blue) = 149+185+115=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #95B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B973 is #6A468C. Grayscale: #A6A6A6. Windows color (decimal): -6964877 or 7584149. OLE color: 7584149.
HSL color Cylindrical-coordinate representation of color #95B973: hue angle of 90.86º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95B973 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 185 | 115 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.27 |
| HSL | 90.86º | 0.33% | 0.59% | - |
| HSV(B) | 90.86º | 0.38% | 0.73% | - |
| XYZ | 32.84 | 42.33 | 22.66 | - |
| YUV | 166.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 115 | 0.19 | 0 | 0.38 | 0.27 | 90.86 | 0.33 | 0.59 |
| Hex | 95 | B9 | 73 | 13 | 0 | 26 | 1B | 5B | 21 | 3B |
| Octal | 225 | 271 | 163 | 23 | 0 | 46 | 33 | 133 | 41 | 73 |
| Binary | 10010101 | 10111001 | 1110011 | 10011 | 0 | 100110 | 11011 | 1011011 | 100001 | 111011 |
Color Harmonies of #95B973
Complementary color
Monochromatic Colors of #95B973
Black with #95B973
Text Example
Text Example
White with #95B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B973; }
p { color: rgb(149,185,115); }
H1.HeaderClassName
{
color: #95B973;
}
.AnyTagClassName
{
color: #95B973;
}
</style>
background-color css
<style>
a { background-color: #95B973; }
a { background-color: rgb(149,185,115); }
div.DivClassName
{
background-color: #95B973;
}
.BgClassName
{
background-color: #95B973;
}
</style>
border-color css
<style>
span { border-color: #95B973; }
span { border-color: rgb(149,185,115); }
td.TdClassName
{
border-color: #95B973;
}
.TagClassName
{
border-color: #95B973;
}
</style>