Shades of Olivine #95AA6F
Tints of Olivine #95AA6F
RGB
CMYK
RGB Variations
Color information
#95AA6F (or 0x95AA6F) is known color: Olivine. HEX triplet: 95, AA and 6F. RGB value is (149,170,111). Sum of RGB (Red+Green+Blue) = 149+170+111=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AA6F is #6A5590. Grayscale: #9D9D9D. Windows color (decimal): -6968721 or 7318165. OLE color: 7318165.
HSL color Cylindrical-coordinate representation of color #95AA6F: hue angle of 81.36º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95AA6F is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 111 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.33 |
| HSL | 81.36º | 0.26% | 0.55% | - |
| HSV(B) | 81.36º | 0.35% | 0.67% | - |
| XYZ | 29.64 | 36.29 | 20.48 | - |
| YUV | 157 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 111 | 0.12 | 0 | 0.35 | 0.33 | 81.36 | 0.26 | 0.55 |
| Hex | 95 | AA | 6F | C | 0 | 23 | 21 | 51 | 1A | 37 |
| Octal | 225 | 252 | 157 | 14 | 0 | 43 | 41 | 121 | 32 | 67 |
| Binary | 10010101 | 10101010 | 1101111 | 1100 | 0 | 100011 | 100001 | 1010001 | 11010 | 110111 |
Color Harmonies of #95AA6F
Complementary color
Monochromatic Colors of #95AA6F
Black with #95AA6F
Text Example
Text Example
White with #95AA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA6F; }
p { color: rgb(149,170,111); }
H1.HeaderClassName
{
color: #95AA6F;
}
.AnyTagClassName
{
color: #95AA6F;
}
</style>
background-color css
<style>
a { background-color: #95AA6F; }
a { background-color: rgb(149,170,111); }
div.DivClassName
{
background-color: #95AA6F;
}
.BgClassName
{
background-color: #95AA6F;
}
</style>
border-color css
<style>
span { border-color: #95AA6F; }
span { border-color: rgb(149,170,111); }
td.TdClassName
{
border-color: #95AA6F;
}
.TagClassName
{
border-color: #95AA6F;
}
</style>