Shades of Olivine #95C17D
Tints of Olivine #95C17D
RGB
CMYK
RGB Variations
Color information
#95C17D (or 0x95C17D) is known color: Olivine. HEX triplet: 95, C1 and 7D. RGB value is (149,193,125). Sum of RGB (Red+Green+Blue) = 149+193+125=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #95C17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C17D is #6A3E82. Grayscale: #ACACAC. Windows color (decimal): -6962819 or 8241557. OLE color: 8241557.
HSL color Cylindrical-coordinate representation of color #95C17D: hue angle of 98.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C17D is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 125 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.24 |
| HSL | 98.82º | 0.35% | 0.62% | - |
| HSV(B) | 98.82º | 0.35% | 0.76% | - |
| XYZ | 35.17 | 46.01 | 26.43 | - |
| YUV | 172.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 125 | 0.23 | 0 | 0.35 | 0.24 | 98.82 | 0.35 | 0.62 |
| Hex | 95 | C1 | 7D | 17 | 0 | 23 | 18 | 63 | 23 | 3E |
| Octal | 225 | 301 | 175 | 27 | 0 | 43 | 30 | 143 | 43 | 76 |
| Binary | 10010101 | 11000001 | 1111101 | 10111 | 0 | 100011 | 11000 | 1100011 | 100011 | 111110 |
Color Harmonies of #95C17D
Complementary color
Monochromatic Colors of #95C17D
Black with #95C17D
Text Example
Text Example
White with #95C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C17D; }
p { color: rgb(149,193,125); }
H1.HeaderClassName
{
color: #95C17D;
}
.AnyTagClassName
{
color: #95C17D;
}
</style>
background-color css
<style>
a { background-color: #95C17D; }
a { background-color: rgb(149,193,125); }
div.DivClassName
{
background-color: #95C17D;
}
.BgClassName
{
background-color: #95C17D;
}
</style>
border-color css
<style>
span { border-color: #95C17D; }
span { border-color: rgb(149,193,125); }
td.TdClassName
{
border-color: #95C17D;
}
.TagClassName
{
border-color: #95C17D;
}
</style>