Shades of Olivine #95C168
Tints of Olivine #95C168
RGB
CMYK
RGB Variations
Color information
#95C168 (or 0x95C168) is known color: Olivine. HEX triplet: 95, C1 and 68. RGB value is (149,193,104). Sum of RGB (Red+Green+Blue) = 149+193+104=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #95C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C168 is #6A3E97. Grayscale: #AAAAAA. Windows color (decimal): -6962840 or 6865301. OLE color: 6865301.
HSL color Cylindrical-coordinate representation of color #95C168: hue angle of 89.66º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95C168 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 104 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.24 |
| HSL | 89.66º | 0.42% | 0.58% | - |
| HSV(B) | 89.66º | 0.46% | 0.76% | - |
| XYZ | 33.96 | 45.53 | 20.09 | - |
| YUV | 169.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 104 | 0.23 | 0 | 0.46 | 0.24 | 89.66 | 0.42 | 0.58 |
| Hex | 95 | C1 | 68 | 17 | 0 | 2E | 18 | 5A | 2A | 3A |
| Octal | 225 | 301 | 150 | 27 | 0 | 56 | 30 | 132 | 52 | 72 |
| Binary | 10010101 | 11000001 | 1101000 | 10111 | 0 | 101110 | 11000 | 1011010 | 101010 | 111010 |
Color Harmonies of #95C168
Complementary color
Monochromatic Colors of #95C168
Black with #95C168
Text Example
Text Example
White with #95C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C168; }
p { color: rgb(149,193,104); }
H1.HeaderClassName
{
color: #95C168;
}
.AnyTagClassName
{
color: #95C168;
}
</style>
background-color css
<style>
a { background-color: #95C168; }
a { background-color: rgb(149,193,104); }
div.DivClassName
{
background-color: #95C168;
}
.BgClassName
{
background-color: #95C168;
}
</style>
border-color css
<style>
span { border-color: #95C168; }
span { border-color: rgb(149,193,104); }
td.TdClassName
{
border-color: #95C168;
}
.TagClassName
{
border-color: #95C168;
}
</style>