Shades of Olivine #91CB6E
Tints of Olivine #91CB6E
RGB
CMYK
RGB Variations
Color information
#91CB6E (or 0x91CB6E) is known color: Olivine. HEX triplet: 91, CB and 6E. RGB value is (145,203,110). Sum of RGB (Red+Green+Blue) = 145+203+110=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB6E is #6E3491. Grayscale: #AFAFAF. Windows color (decimal): -7222418 or 7261073. OLE color: 7261073.
HSL color Cylindrical-coordinate representation of color #91CB6E: hue angle of 97.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91CB6E is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 110 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.20 |
| HSL | 97.42º | 0.47% | 0.61% | - |
| HSV(B) | 97.42º | 0.46% | 0.8% | - |
| XYZ | 35.85 | 49.86 | 22.49 | - |
| YUV | 175.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 110 | 0.29 | 0 | 0.46 | 0.20 | 97.42 | 0.47 | 0.61 |
| Hex | 91 | CB | 6E | 1D | 0 | 2E | 14 | 61 | 2F | 3D |
| Octal | 221 | 313 | 156 | 35 | 0 | 56 | 24 | 141 | 57 | 75 |
| Binary | 10010001 | 11001011 | 1101110 | 11101 | 0 | 101110 | 10100 | 1100001 | 101111 | 111101 |
Color Harmonies of #91CB6E
Complementary color
Monochromatic Colors of #91CB6E
Black with #91CB6E
Text Example
Text Example
White with #91CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB6E; }
p { color: rgb(145,203,110); }
H1.HeaderClassName
{
color: #91CB6E;
}
.AnyTagClassName
{
color: #91CB6E;
}
</style>
background-color css
<style>
a { background-color: #91CB6E; }
a { background-color: rgb(145,203,110); }
div.DivClassName
{
background-color: #91CB6E;
}
.BgClassName
{
background-color: #91CB6E;
}
</style>
border-color css
<style>
span { border-color: #91CB6E; }
span { border-color: rgb(145,203,110); }
td.TdClassName
{
border-color: #91CB6E;
}
.TagClassName
{
border-color: #91CB6E;
}
</style>