Shades of Olivine #91B078
Tints of Olivine #91B078
RGB
CMYK
RGB Variations
Color information
#91B078 (or 0x91B078) is known color: Olivine. HEX triplet: 91, B0 and 78. RGB value is (145,176,120). Sum of RGB (Red+Green+Blue) = 145+176+120=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #91B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91B078 is #6E4F87. Grayscale: #A0A0A0. Windows color (decimal): -7229320 or 7909521. OLE color: 7909521.
HSL color Cylindrical-coordinate representation of color #91B078: hue angle of 93.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91B078 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 120 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.31 |
| HSL | 93.21º | 0.26% | 0.58% | - |
| HSV(B) | 93.21º | 0.32% | 0.69% | - |
| XYZ | 30.59 | 38.43 | 23.57 | - |
| YUV | 160.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 120 | 0.18 | 0 | 0.32 | 0.31 | 93.21 | 0.26 | 0.58 |
| Hex | 91 | B0 | 78 | 12 | 0 | 20 | 1F | 5D | 1A | 3A |
| Octal | 221 | 260 | 170 | 22 | 0 | 40 | 37 | 135 | 32 | 72 |
| Binary | 10010001 | 10110000 | 1111000 | 10010 | 0 | 100000 | 11111 | 1011101 | 11010 | 111010 |
Color Harmonies of #91B078
Complementary color
Monochromatic Colors of #91B078
Black with #91B078
Text Example
Text Example
White with #91B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B078; }
p { color: rgb(145,176,120); }
H1.HeaderClassName
{
color: #91B078;
}
.AnyTagClassName
{
color: #91B078;
}
</style>
background-color css
<style>
a { background-color: #91B078; }
a { background-color: rgb(145,176,120); }
div.DivClassName
{
background-color: #91B078;
}
.BgClassName
{
background-color: #91B078;
}
</style>
border-color css
<style>
span { border-color: #91B078; }
span { border-color: rgb(145,176,120); }
td.TdClassName
{
border-color: #91B078;
}
.TagClassName
{
border-color: #91B078;
}
</style>