Shades of Olivine #95B379
Tints of Olivine #95B379
RGB
CMYK
RGB Variations
Color information
#95B379 (or 0x95B379) is known color: Olivine. HEX triplet: 95, B3 and 79. RGB value is (149,179,121). Sum of RGB (Red+Green+Blue) = 149+179+121=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #95B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B379 is #6A4C86. Grayscale: #A3A3A3. Windows color (decimal): -6966407 or 7975829. OLE color: 7975829.
HSL color Cylindrical-coordinate representation of color #95B379: hue angle of 91.03º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95B379 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 121 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.30 |
| HSL | 91.03º | 0.28% | 0.59% | - |
| HSV(B) | 91.03º | 0.32% | 0.7% | - |
| XYZ | 31.97 | 40.01 | 24.13 | - |
| YUV | 163.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 121 | 0.17 | 0 | 0.32 | 0.30 | 91.03 | 0.28 | 0.59 |
| Hex | 95 | B3 | 79 | 11 | 0 | 20 | 1E | 5B | 1C | 3B |
| Octal | 225 | 263 | 171 | 21 | 0 | 40 | 36 | 133 | 34 | 73 |
| Binary | 10010101 | 10110011 | 1111001 | 10001 | 0 | 100000 | 11110 | 1011011 | 11100 | 111011 |
Color Harmonies of #95B379
Complementary color
Monochromatic Colors of #95B379
Black with #95B379
Text Example
Text Example
White with #95B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B379; }
p { color: rgb(149,179,121); }
H1.HeaderClassName
{
color: #95B379;
}
.AnyTagClassName
{
color: #95B379;
}
</style>
background-color css
<style>
a { background-color: #95B379; }
a { background-color: rgb(149,179,121); }
div.DivClassName
{
background-color: #95B379;
}
.BgClassName
{
background-color: #95B379;
}
</style>
border-color css
<style>
span { border-color: #95B379; }
span { border-color: rgb(149,179,121); }
td.TdClassName
{
border-color: #95B379;
}
.TagClassName
{
border-color: #95B379;
}
</style>