Shades of Olivine #91BC7B
Tints of Olivine #91BC7B
RGB
CMYK
RGB Variations
Color information
#91BC7B (or 0x91BC7B) is known color: Olivine. HEX triplet: 91, BC and 7B. RGB value is (145,188,123). Sum of RGB (Red+Green+Blue) = 145+188+123=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC7B is #6E4384. Grayscale: #A7A7A7. Windows color (decimal): -7226245 or 8109201. OLE color: 8109201.
HSL color Cylindrical-coordinate representation of color #91BC7B: hue angle of 99.69º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91BC7B is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 123 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.26 |
| HSL | 99.69º | 0.33% | 0.61% | - |
| HSV(B) | 99.69º | 0.35% | 0.74% | - |
| XYZ | 33.24 | 43.42 | 25.37 | - |
| YUV | 167.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 123 | 0.23 | 0 | 0.35 | 0.26 | 99.69 | 0.33 | 0.61 |
| Hex | 91 | BC | 7B | 17 | 0 | 23 | 1A | 64 | 21 | 3D |
| Octal | 221 | 274 | 173 | 27 | 0 | 43 | 32 | 144 | 41 | 75 |
| Binary | 10010001 | 10111100 | 1111011 | 10111 | 0 | 100011 | 11010 | 1100100 | 100001 | 111101 |
Color Harmonies of #91BC7B
Complementary color
Monochromatic Colors of #91BC7B
Black with #91BC7B
Text Example
Text Example
White with #91BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC7B; }
p { color: rgb(145,188,123); }
H1.HeaderClassName
{
color: #91BC7B;
}
.AnyTagClassName
{
color: #91BC7B;
}
</style>
background-color css
<style>
a { background-color: #91BC7B; }
a { background-color: rgb(145,188,123); }
div.DivClassName
{
background-color: #91BC7B;
}
.BgClassName
{
background-color: #91BC7B;
}
</style>
border-color css
<style>
span { border-color: #91BC7B; }
span { border-color: rgb(145,188,123); }
td.TdClassName
{
border-color: #91BC7B;
}
.TagClassName
{
border-color: #91BC7B;
}
</style>