Shades of Olivine #91CA6E
Tints of Olivine #91CA6E
RGB
CMYK
RGB Variations
Color information
#91CA6E (or 0x91CA6E) is known color: Olivine. HEX triplet: 91, CA and 6E. RGB value is (145,202,110). Sum of RGB (Red+Green+Blue) = 145+202+110=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA6E is #6E3591. Grayscale: #AEAEAE. Windows color (decimal): -7222674 or 7260817. OLE color: 7260817.
HSL color Cylindrical-coordinate representation of color #91CA6E: hue angle of 97.17º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91CA6E is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 110 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.21 |
| HSL | 97.17º | 0.46% | 0.61% | - |
| HSV(B) | 97.17º | 0.46% | 0.79% | - |
| XYZ | 35.61 | 49.39 | 22.41 | - |
| YUV | 174.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 110 | 0.28 | 0 | 0.46 | 0.21 | 97.17 | 0.46 | 0.61 |
| Hex | 91 | CA | 6E | 1C | 0 | 2E | 15 | 61 | 2E | 3D |
| Octal | 221 | 312 | 156 | 34 | 0 | 56 | 25 | 141 | 56 | 75 |
| Binary | 10010001 | 11001010 | 1101110 | 11100 | 0 | 101110 | 10101 | 1100001 | 101110 | 111101 |
Color Harmonies of #91CA6E
Complementary color
Monochromatic Colors of #91CA6E
Black with #91CA6E
Text Example
Text Example
White with #91CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA6E; }
p { color: rgb(145,202,110); }
H1.HeaderClassName
{
color: #91CA6E;
}
.AnyTagClassName
{
color: #91CA6E;
}
</style>
background-color css
<style>
a { background-color: #91CA6E; }
a { background-color: rgb(145,202,110); }
div.DivClassName
{
background-color: #91CA6E;
}
.BgClassName
{
background-color: #91CA6E;
}
</style>
border-color css
<style>
span { border-color: #91CA6E; }
span { border-color: rgb(145,202,110); }
td.TdClassName
{
border-color: #91CA6E;
}
.TagClassName
{
border-color: #91CA6E;
}
</style>