Shades of Olivine #91A37F
Tints of Olivine #91A37F
RGB
CMYK
RGB Variations
Color information
#91A37F (or 0x91A37F) is known color: Olivine. HEX triplet: 91, A3 and 7F. RGB value is (145,163,127). Sum of RGB (Red+Green+Blue) = 145+163+127=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #91A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A37F is #6E5C80. Grayscale: #999999. Windows color (decimal): -7232641 or 8364945. OLE color: 8364945.
HSL color Cylindrical-coordinate representation of color #91A37F: hue angle of 90º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91A37F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 163 | 127 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.36 |
| HSL | 90º | 0.16% | 0.57% | - |
| HSV(B) | 90º | 0.22% | 0.64% | - |
| XYZ | 28.61 | 33.75 | 25.08 | - |
| YUV | 153.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 127 | 0.11 | 0 | 0.22 | 0.36 | 90 | 0.16 | 0.57 |
| Hex | 91 | A3 | 7F | B | 0 | 16 | 24 | 5A | 10 | 39 |
| Octal | 221 | 243 | 177 | 13 | 0 | 26 | 44 | 132 | 20 | 71 |
| Binary | 10010001 | 10100011 | 1111111 | 1011 | 0 | 10110 | 100100 | 1011010 | 10000 | 111001 |
Color Harmonies of #91A37F
Complementary color
Monochromatic Colors of #91A37F
Black with #91A37F
Text Example
Text Example
White with #91A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A37F; }
p { color: rgb(145,163,127); }
H1.HeaderClassName
{
color: #91A37F;
}
.AnyTagClassName
{
color: #91A37F;
}
</style>
background-color css
<style>
a { background-color: #91A37F; }
a { background-color: rgb(145,163,127); }
div.DivClassName
{
background-color: #91A37F;
}
.BgClassName
{
background-color: #91A37F;
}
</style>
border-color css
<style>
span { border-color: #91A37F; }
span { border-color: rgb(145,163,127); }
td.TdClassName
{
border-color: #91A37F;
}
.TagClassName
{
border-color: #91A37F;
}
</style>