Shades of Olivine #91B47D
Tints of Olivine #91B47D
RGB
CMYK
RGB Variations
Color information
#91B47D (or 0x91B47D) is known color: Olivine. HEX triplet: 91, B4 and 7D. RGB value is (145,180,125). Sum of RGB (Red+Green+Blue) = 145+180+125=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #91B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B47D is #6E4B82. Grayscale: #A3A3A3. Windows color (decimal): -7228291 or 8238225. OLE color: 8238225.
HSL color Cylindrical-coordinate representation of color #91B47D: hue angle of 98.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91B47D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 125 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.29 |
| HSL | 98.18º | 0.27% | 0.6% | - |
| HSV(B) | 98.18º | 0.31% | 0.71% | - |
| XYZ | 31.7 | 40.14 | 25.48 | - |
| YUV | 163.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 125 | 0.19 | 0 | 0.31 | 0.29 | 98.18 | 0.27 | 0.6 |
| Hex | 91 | B4 | 7D | 13 | 0 | 1F | 1D | 62 | 1B | 3C |
| Octal | 221 | 264 | 175 | 23 | 0 | 37 | 35 | 142 | 33 | 74 |
| Binary | 10010001 | 10110100 | 1111101 | 10011 | 0 | 11111 | 11101 | 1100010 | 11011 | 111100 |
Color Harmonies of #91B47D
Complementary color
Monochromatic Colors of #91B47D
Black with #91B47D
Text Example
Text Example
White with #91B47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B47D; }
p { color: rgb(145,180,125); }
H1.HeaderClassName
{
color: #91B47D;
}
.AnyTagClassName
{
color: #91B47D;
}
</style>
background-color css
<style>
a { background-color: #91B47D; }
a { background-color: rgb(145,180,125); }
div.DivClassName
{
background-color: #91B47D;
}
.BgClassName
{
background-color: #91B47D;
}
</style>
border-color css
<style>
span { border-color: #91B47D; }
span { border-color: rgb(145,180,125); }
td.TdClassName
{
border-color: #91B47D;
}
.TagClassName
{
border-color: #91B47D;
}
</style>