Shades of Olivine #95B675
Tints of Olivine #95B675
RGB
CMYK
RGB Variations
Color information
#95B675 (or 0x95B675) is known color: Olivine. HEX triplet: 95, B6 and 75. RGB value is (149,182,117). Sum of RGB (Red+Green+Blue) = 149+182+117=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #95B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B675 is #6A498A. Grayscale: #A4A4A4. Windows color (decimal): -6965643 or 7714453. OLE color: 7714453.
HSL color Cylindrical-coordinate representation of color #95B675: hue angle of 90.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95B675 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 182 | 117 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.29 |
| HSL | 90.46º | 0.31% | 0.59% | - |
| HSV(B) | 90.46º | 0.36% | 0.71% | - |
| XYZ | 32.33 | 41.13 | 23.06 | - |
| YUV | 164.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 182 | 117 | 0.18 | 0 | 0.36 | 0.29 | 90.46 | 0.31 | 0.59 |
| Hex | 95 | B6 | 75 | 12 | 0 | 24 | 1D | 5A | 1F | 3B |
| Octal | 225 | 266 | 165 | 22 | 0 | 44 | 35 | 132 | 37 | 73 |
| Binary | 10010101 | 10110110 | 1110101 | 10010 | 0 | 100100 | 11101 | 1011010 | 11111 | 111011 |
Color Harmonies of #95B675
Complementary color
Monochromatic Colors of #95B675
Black with #95B675
Text Example
Text Example
White with #95B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B675; }
p { color: rgb(149,182,117); }
H1.HeaderClassName
{
color: #95B675;
}
.AnyTagClassName
{
color: #95B675;
}
</style>
background-color css
<style>
a { background-color: #95B675; }
a { background-color: rgb(149,182,117); }
div.DivClassName
{
background-color: #95B675;
}
.BgClassName
{
background-color: #95B675;
}
</style>
border-color css
<style>
span { border-color: #95B675; }
span { border-color: rgb(149,182,117); }
td.TdClassName
{
border-color: #95B675;
}
.TagClassName
{
border-color: #95B675;
}
</style>