Shades of Olivine #91AF73
Tints of Olivine #91AF73
RGB
CMYK
RGB Variations
Color information
#91AF73 (or 0x91AF73) is known color: Olivine. HEX triplet: 91, AF and 73. RGB value is (145,175,115). Sum of RGB (Red+Green+Blue) = 145+175+115=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AF73 is #6E508C. Grayscale: #9F9F9F. Windows color (decimal): -7229581 or 7581585. OLE color: 7581585.
HSL color Cylindrical-coordinate representation of color #91AF73: hue angle of 90º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AF73 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 115 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.31 |
| HSL | 90º | 0.27% | 0.57% | - |
| HSV(B) | 90º | 0.34% | 0.69% | - |
| XYZ | 30.1 | 37.92 | 21.95 | - |
| YUV | 159.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 115 | 0.17 | 0 | 0.34 | 0.31 | 90 | 0.27 | 0.57 |
| Hex | 91 | AF | 73 | 11 | 0 | 22 | 1F | 5A | 1B | 39 |
| Octal | 221 | 257 | 163 | 21 | 0 | 42 | 37 | 132 | 33 | 71 |
| Binary | 10010001 | 10101111 | 1110011 | 10001 | 0 | 100010 | 11111 | 1011010 | 11011 | 111001 |
Color Harmonies of #91AF73
Complementary color
Monochromatic Colors of #91AF73
Black with #91AF73
Text Example
Text Example
White with #91AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AF73; }
p { color: rgb(145,175,115); }
H1.HeaderClassName
{
color: #91AF73;
}
.AnyTagClassName
{
color: #91AF73;
}
</style>
background-color css
<style>
a { background-color: #91AF73; }
a { background-color: rgb(145,175,115); }
div.DivClassName
{
background-color: #91AF73;
}
.BgClassName
{
background-color: #91AF73;
}
</style>
border-color css
<style>
span { border-color: #91AF73; }
span { border-color: rgb(145,175,115); }
td.TdClassName
{
border-color: #91AF73;
}
.TagClassName
{
border-color: #91AF73;
}
</style>