Shades of Olivine #91B073
Tints of Olivine #91B073
RGB
CMYK
RGB Variations
Color information
#91B073 (or 0x91B073) is known color: Olivine. HEX triplet: 91, B0 and 73. RGB value is (145,176,115). Sum of RGB (Red+Green+Blue) = 145+176+115=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #91B073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91B073 is #6E4F8C. Grayscale: #9F9F9F. Windows color (decimal): -7229325 or 7581841. OLE color: 7581841.
HSL color Cylindrical-coordinate representation of color #91B073: hue angle of 90.49º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91B073 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 115 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.31 |
| HSL | 90.49º | 0.28% | 0.57% | - |
| HSV(B) | 90.49º | 0.35% | 0.69% | - |
| XYZ | 30.3 | 38.31 | 22.02 | - |
| YUV | 159.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 115 | 0.18 | 0 | 0.35 | 0.31 | 90.49 | 0.28 | 0.57 |
| Hex | 91 | B0 | 73 | 12 | 0 | 23 | 1F | 5A | 1C | 39 |
| Octal | 221 | 260 | 163 | 22 | 0 | 43 | 37 | 132 | 34 | 71 |
| Binary | 10010001 | 10110000 | 1110011 | 10010 | 0 | 100011 | 11111 | 1011010 | 11100 | 111001 |
Color Harmonies of #91B073
Complementary color
Monochromatic Colors of #91B073
Black with #91B073
Text Example
Text Example
White with #91B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B073; }
p { color: rgb(145,176,115); }
H1.HeaderClassName
{
color: #91B073;
}
.AnyTagClassName
{
color: #91B073;
}
</style>
background-color css
<style>
a { background-color: #91B073; }
a { background-color: rgb(145,176,115); }
div.DivClassName
{
background-color: #91B073;
}
.BgClassName
{
background-color: #91B073;
}
</style>
border-color css
<style>
span { border-color: #91B073; }
span { border-color: rgb(145,176,115); }
td.TdClassName
{
border-color: #91B073;
}
.TagClassName
{
border-color: #91B073;
}
</style>