Shades of Olivine #91B679
Tints of Olivine #91B679
RGB
CMYK
RGB Variations
Color information
#91B679 (or 0x91B679) is known color: Olivine. HEX triplet: 91, B6 and 79. RGB value is (145,182,121). Sum of RGB (Red+Green+Blue) = 145+182+121=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #91B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B679 is #6E4986. Grayscale: #A4A4A4. Windows color (decimal): -7227783 or 7976593. OLE color: 7976593.
HSL color Cylindrical-coordinate representation of color #91B679: hue angle of 96.39º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91B679 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 182 | 121 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.29 |
| HSL | 96.39º | 0.29% | 0.59% | - |
| HSV(B) | 96.39º | 0.34% | 0.71% | - |
| XYZ | 31.86 | 40.86 | 24.3 | - |
| YUV | 163.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 182 | 121 | 0.20 | 0 | 0.34 | 0.29 | 96.39 | 0.29 | 0.59 |
| Hex | 91 | B6 | 79 | 14 | 0 | 22 | 1D | 60 | 1D | 3B |
| Octal | 221 | 266 | 171 | 24 | 0 | 42 | 35 | 140 | 35 | 73 |
| Binary | 10010001 | 10110110 | 1111001 | 10100 | 0 | 100010 | 11101 | 1100000 | 11101 | 111011 |
Color Harmonies of #91B679
Complementary color
Monochromatic Colors of #91B679
Black with #91B679
Text Example
Text Example
White with #91B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B679; }
p { color: rgb(145,182,121); }
H1.HeaderClassName
{
color: #91B679;
}
.AnyTagClassName
{
color: #91B679;
}
</style>
background-color css
<style>
a { background-color: #91B679; }
a { background-color: rgb(145,182,121); }
div.DivClassName
{
background-color: #91B679;
}
.BgClassName
{
background-color: #91B679;
}
</style>
border-color css
<style>
span { border-color: #91B679; }
span { border-color: rgb(145,182,121); }
td.TdClassName
{
border-color: #91B679;
}
.TagClassName
{
border-color: #91B679;
}
</style>