Shades of Olivine #95C167
Tints of Olivine #95C167
RGB
CMYK
RGB Variations
Color information
#95C167 (or 0x95C167) is known color: Olivine. HEX triplet: 95, C1 and 67. RGB value is (149,193,103). Sum of RGB (Red+Green+Blue) = 149+193+103=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #95C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C167 is #6A3E98. Grayscale: #A9A9A9. Windows color (decimal): -6962841 or 6799765. OLE color: 6799765.
HSL color Cylindrical-coordinate representation of color #95C167: hue angle of 89.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95C167 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 103 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.24 |
| HSL | 89.33º | 0.42% | 0.58% | - |
| HSV(B) | 89.33º | 0.47% | 0.76% | - |
| XYZ | 33.91 | 45.51 | 19.83 | - |
| YUV | 169.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 103 | 0.23 | 0 | 0.47 | 0.24 | 89.33 | 0.42 | 0.58 |
| Hex | 95 | C1 | 67 | 17 | 0 | 2F | 18 | 59 | 2A | 3A |
| Octal | 225 | 301 | 147 | 27 | 0 | 57 | 30 | 131 | 52 | 72 |
| Binary | 10010101 | 11000001 | 1100111 | 10111 | 0 | 101111 | 11000 | 1011001 | 101010 | 111010 |
Color Harmonies of #95C167
Complementary color
Monochromatic Colors of #95C167
Black with #95C167
Text Example
Text Example
White with #95C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C167; }
p { color: rgb(149,193,103); }
H1.HeaderClassName
{
color: #95C167;
}
.AnyTagClassName
{
color: #95C167;
}
</style>
background-color css
<style>
a { background-color: #95C167; }
a { background-color: rgb(149,193,103); }
div.DivClassName
{
background-color: #95C167;
}
.BgClassName
{
background-color: #95C167;
}
</style>
border-color css
<style>
span { border-color: #95C167; }
span { border-color: rgb(149,193,103); }
td.TdClassName
{
border-color: #95C167;
}
.TagClassName
{
border-color: #95C167;
}
</style>