Shades of Olivine #95C07D
Tints of Olivine #95C07D
RGB
CMYK
RGB Variations
Color information
#95C07D (or 0x95C07D) is known color: Olivine. HEX triplet: 95, C0 and 7D. RGB value is (149,192,125). Sum of RGB (Red+Green+Blue) = 149+192+125=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #95C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C07D is #6A3F82. Grayscale: #ABABAB. Windows color (decimal): -6963075 or 8241301. OLE color: 8241301.
HSL color Cylindrical-coordinate representation of color #95C07D: hue angle of 98.51º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C07D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 125 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.25 |
| HSL | 98.51º | 0.35% | 0.62% | - |
| HSV(B) | 98.51º | 0.35% | 0.75% | - |
| XYZ | 34.95 | 45.57 | 26.36 | - |
| YUV | 171.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 125 | 0.22 | 0 | 0.35 | 0.25 | 98.51 | 0.35 | 0.62 |
| Hex | 95 | C0 | 7D | 16 | 0 | 23 | 19 | 63 | 23 | 3E |
| Octal | 225 | 300 | 175 | 26 | 0 | 43 | 31 | 143 | 43 | 76 |
| Binary | 10010101 | 11000000 | 1111101 | 10110 | 0 | 100011 | 11001 | 1100011 | 100011 | 111110 |
Color Harmonies of #95C07D
Complementary color
Monochromatic Colors of #95C07D
Black with #95C07D
Text Example
Text Example
White with #95C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C07D; }
p { color: rgb(149,192,125); }
H1.HeaderClassName
{
color: #95C07D;
}
.AnyTagClassName
{
color: #95C07D;
}
</style>
background-color css
<style>
a { background-color: #95C07D; }
a { background-color: rgb(149,192,125); }
div.DivClassName
{
background-color: #95C07D;
}
.BgClassName
{
background-color: #95C07D;
}
</style>
border-color css
<style>
span { border-color: #95C07D; }
span { border-color: rgb(149,192,125); }
td.TdClassName
{
border-color: #95C07D;
}
.TagClassName
{
border-color: #95C07D;
}
</style>