Shades of Olivine #91A67F
Tints of Olivine #91A67F
RGB
CMYK
RGB Variations
Color information
#91A67F (or 0x91A67F) is known color: Olivine. HEX triplet: 91, A6 and 7F. RGB value is (145,166,127). Sum of RGB (Red+Green+Blue) = 145+166+127=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #91A67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A67F is #6E5980. Grayscale: #9B9B9B. Windows color (decimal): -7231873 or 8365713. OLE color: 8365713.
HSL color Cylindrical-coordinate representation of color #91A67F: hue angle of 92.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91A67F is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 166 | 127 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.35 |
| HSL | 92.31º | 0.18% | 0.57% | - |
| HSV(B) | 92.31º | 0.23% | 0.65% | - |
| XYZ | 29.14 | 34.82 | 25.26 | - |
| YUV | 155.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 127 | 0.13 | 0 | 0.23 | 0.35 | 92.31 | 0.18 | 0.57 |
| Hex | 91 | A6 | 7F | D | 0 | 17 | 23 | 5C | 12 | 39 |
| Octal | 221 | 246 | 177 | 15 | 0 | 27 | 43 | 134 | 22 | 71 |
| Binary | 10010001 | 10100110 | 1111111 | 1101 | 0 | 10111 | 100011 | 1011100 | 10010 | 111001 |
Color Harmonies of #91A67F
Complementary color
Monochromatic Colors of #91A67F
Black with #91A67F
Text Example
Text Example
White with #91A67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A67F; }
p { color: rgb(145,166,127); }
H1.HeaderClassName
{
color: #91A67F;
}
.AnyTagClassName
{
color: #91A67F;
}
</style>
background-color css
<style>
a { background-color: #91A67F; }
a { background-color: rgb(145,166,127); }
div.DivClassName
{
background-color: #91A67F;
}
.BgClassName
{
background-color: #91A67F;
}
</style>
border-color css
<style>
span { border-color: #91A67F; }
span { border-color: rgb(145,166,127); }
td.TdClassName
{
border-color: #91A67F;
}
.TagClassName
{
border-color: #91A67F;
}
</style>