Shades of Olivine #95C673
Tints of Olivine #95C673
RGB
CMYK
RGB Variations
Color information
#95C673 (or 0x95C673) is known color: Olivine. HEX triplet: 95, C6 and 73. RGB value is (149,198,115). Sum of RGB (Red+Green+Blue) = 149+198+115=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #95C673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C673 is #6A398C. Grayscale: #AEAEAE. Windows color (decimal): -6961549 or 7587477. OLE color: 7587477.
HSL color Cylindrical-coordinate representation of color #95C673: hue angle of 95.42º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95C673 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 115 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.22 |
| HSL | 95.42º | 0.42% | 0.61% | - |
| HSV(B) | 95.42º | 0.42% | 0.78% | - |
| XYZ | 35.68 | 48.02 | 23.61 | - |
| YUV | 173.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 115 | 0.25 | 0 | 0.42 | 0.22 | 95.42 | 0.42 | 0.61 |
| Hex | 95 | C6 | 73 | 19 | 0 | 2A | 16 | 5F | 2A | 3D |
| Octal | 225 | 306 | 163 | 31 | 0 | 52 | 26 | 137 | 52 | 75 |
| Binary | 10010101 | 11000110 | 1110011 | 11001 | 0 | 101010 | 10110 | 1011111 | 101010 | 111101 |
Color Harmonies of #95C673
Complementary color
Monochromatic Colors of #95C673
Black with #95C673
Text Example
Text Example
White with #95C673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C673; }
p { color: rgb(149,198,115); }
H1.HeaderClassName
{
color: #95C673;
}
.AnyTagClassName
{
color: #95C673;
}
</style>
background-color css
<style>
a { background-color: #95C673; }
a { background-color: rgb(149,198,115); }
div.DivClassName
{
background-color: #95C673;
}
.BgClassName
{
background-color: #95C673;
}
</style>
border-color css
<style>
span { border-color: #95C673; }
span { border-color: rgb(149,198,115); }
td.TdClassName
{
border-color: #95C673;
}
.TagClassName
{
border-color: #95C673;
}
</style>