Shades of Olivine #95B782
Tints of Olivine #95B782
RGB
CMYK
RGB Variations
Color information
#95B782 (or 0x95B782) is known color: Olivine. HEX triplet: 95, B7 and 82. RGB value is (149,183,130). Sum of RGB (Red+Green+Blue) = 149+183+130=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #95B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B782 is #6A487D. Grayscale: #A6A6A6. Windows color (decimal): -6965374 or 8566677. OLE color: 8566677.
HSL color Cylindrical-coordinate representation of color #95B782: hue angle of 98.49º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95B782 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 183 | 130 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.28 |
| HSL | 98.49º | 0.27% | 0.61% | - |
| HSV(B) | 98.49º | 0.29% | 0.72% | - |
| XYZ | 33.36 | 41.87 | 27.44 | - |
| YUV | 166.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 130 | 0.19 | 0 | 0.29 | 0.28 | 98.49 | 0.27 | 0.61 |
| Hex | 95 | B7 | 82 | 13 | 0 | 1D | 1C | 62 | 1B | 3D |
| Octal | 225 | 267 | 202 | 23 | 0 | 35 | 34 | 142 | 33 | 75 |
| Binary | 10010101 | 10110111 | 10000010 | 10011 | 0 | 11101 | 11100 | 1100010 | 11011 | 111101 |
Color Harmonies of #95B782
Complementary color
Monochromatic Colors of #95B782
Black with #95B782
Text Example
Text Example
White with #95B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B782; }
p { color: rgb(149,183,130); }
H1.HeaderClassName
{
color: #95B782;
}
.AnyTagClassName
{
color: #95B782;
}
</style>
background-color css
<style>
a { background-color: #95B782; }
a { background-color: rgb(149,183,130); }
div.DivClassName
{
background-color: #95B782;
}
.BgClassName
{
background-color: #95B782;
}
</style>
border-color css
<style>
span { border-color: #95B782; }
span { border-color: rgb(149,183,130); }
td.TdClassName
{
border-color: #95B782;
}
.TagClassName
{
border-color: #95B782;
}
</style>