Shades of Olivine #91BD77
Tints of Olivine #91BD77
RGB
CMYK
RGB Variations
Color information
#91BD77 (or 0x91BD77) is known color: Olivine. HEX triplet: 91, BD and 77. RGB value is (145,189,119). Sum of RGB (Red+Green+Blue) = 145+189+119=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BD77 is #6E4288. Grayscale: #A8A8A8. Windows color (decimal): -7225993 or 7847313. OLE color: 7847313.
HSL color Cylindrical-coordinate representation of color #91BD77: hue angle of 97.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91BD77 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 119 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.26 |
| HSL | 97.71º | 0.35% | 0.6% | - |
| HSV(B) | 97.71º | 0.37% | 0.74% | - |
| XYZ | 33.2 | 43.75 | 24.15 | - |
| YUV | 167.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 119 | 0.23 | 0 | 0.37 | 0.26 | 97.71 | 0.35 | 0.6 |
| Hex | 91 | BD | 77 | 17 | 0 | 25 | 1A | 62 | 23 | 3C |
| Octal | 221 | 275 | 167 | 27 | 0 | 45 | 32 | 142 | 43 | 74 |
| Binary | 10010001 | 10111101 | 1110111 | 10111 | 0 | 100101 | 11010 | 1100010 | 100011 | 111100 |
Color Harmonies of #91BD77
Complementary color
Monochromatic Colors of #91BD77
Black with #91BD77
Text Example
Text Example
White with #91BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD77; }
p { color: rgb(145,189,119); }
H1.HeaderClassName
{
color: #91BD77;
}
.AnyTagClassName
{
color: #91BD77;
}
</style>
background-color css
<style>
a { background-color: #91BD77; }
a { background-color: rgb(145,189,119); }
div.DivClassName
{
background-color: #91BD77;
}
.BgClassName
{
background-color: #91BD77;
}
</style>
border-color css
<style>
span { border-color: #91BD77; }
span { border-color: rgb(145,189,119); }
td.TdClassName
{
border-color: #91BD77;
}
.TagClassName
{
border-color: #91BD77;
}
</style>