Shades of Olivine #95AA81
Tints of Olivine #95AA81
RGB
CMYK
RGB Variations
Color information
#95AA81 (or 0x95AA81) is known color: Olivine. HEX triplet: 95, AA and 81. RGB value is (149,170,129). Sum of RGB (Red+Green+Blue) = 149+170+129=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA81 is #6A557E. Grayscale: #9F9F9F. Windows color (decimal): -6968703 or 8497813. OLE color: 8497813.
HSL color Cylindrical-coordinate representation of color #95AA81: hue angle of 90.73º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95AA81 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 129 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.33 |
| HSL | 90.73º | 0.19% | 0.59% | - |
| HSV(B) | 90.73º | 0.24% | 0.67% | - |
| XYZ | 30.73 | 36.72 | 26.24 | - |
| YUV | 159.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 129 | 0.12 | 0 | 0.24 | 0.33 | 90.73 | 0.19 | 0.59 |
| Hex | 95 | AA | 81 | C | 0 | 18 | 21 | 5B | 13 | 3B |
| Octal | 225 | 252 | 201 | 14 | 0 | 30 | 41 | 133 | 23 | 73 |
| Binary | 10010101 | 10101010 | 10000001 | 1100 | 0 | 11000 | 100001 | 1011011 | 10011 | 111011 |
Color Harmonies of #95AA81
Complementary color
Monochromatic Colors of #95AA81
Black with #95AA81
Text Example
Text Example
White with #95AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA81; }
p { color: rgb(149,170,129); }
H1.HeaderClassName
{
color: #95AA81;
}
.AnyTagClassName
{
color: #95AA81;
}
</style>
background-color css
<style>
a { background-color: #95AA81; }
a { background-color: rgb(149,170,129); }
div.DivClassName
{
background-color: #95AA81;
}
.BgClassName
{
background-color: #95AA81;
}
</style>
border-color css
<style>
span { border-color: #95AA81; }
span { border-color: rgb(149,170,129); }
td.TdClassName
{
border-color: #95AA81;
}
.TagClassName
{
border-color: #95AA81;
}
</style>