Shades of Olivine #95B46D
Tints of Olivine #95B46D
RGB
CMYK
RGB Variations
Color information
#95B46D (or 0x95B46D) is known color: Olivine. HEX triplet: 95, B4 and 6D. RGB value is (149,180,109). Sum of RGB (Red+Green+Blue) = 149+180+109=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #95B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B46D is #6A4B92. Grayscale: #A2A2A2. Windows color (decimal): -6966163 or 7189653. OLE color: 7189653.
HSL color Cylindrical-coordinate representation of color #95B46D: hue angle of 86.2º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95B46D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 180 | 109 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.29 |
| HSL | 86.2º | 0.32% | 0.57% | - |
| HSV(B) | 86.2º | 0.39% | 0.71% | - |
| XYZ | 31.48 | 40.14 | 20.56 | - |
| YUV | 162.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 109 | 0.17 | 0 | 0.39 | 0.29 | 86.2 | 0.32 | 0.57 |
| Hex | 95 | B4 | 6D | 11 | 0 | 27 | 1D | 56 | 20 | 39 |
| Octal | 225 | 264 | 155 | 21 | 0 | 47 | 35 | 126 | 40 | 71 |
| Binary | 10010101 | 10110100 | 1101101 | 10001 | 0 | 100111 | 11101 | 1010110 | 100000 | 111001 |
Color Harmonies of #95B46D
Complementary color
Monochromatic Colors of #95B46D
Black with #95B46D
Text Example
Text Example
White with #95B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B46D; }
p { color: rgb(149,180,109); }
H1.HeaderClassName
{
color: #95B46D;
}
.AnyTagClassName
{
color: #95B46D;
}
</style>
background-color css
<style>
a { background-color: #95B46D; }
a { background-color: rgb(149,180,109); }
div.DivClassName
{
background-color: #95B46D;
}
.BgClassName
{
background-color: #95B46D;
}
</style>
border-color css
<style>
span { border-color: #95B46D; }
span { border-color: rgb(149,180,109); }
td.TdClassName
{
border-color: #95B46D;
}
.TagClassName
{
border-color: #95B46D;
}
</style>