Shades of Olivine #91CA70
Tints of Olivine #91CA70
RGB
CMYK
RGB Variations
Color information
#91CA70 (or 0x91CA70) is known color: Olivine. HEX triplet: 91, CA and 70. RGB value is (145,202,112). Sum of RGB (Red+Green+Blue) = 145+202+112=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA70 is #6E358F. Grayscale: #AFAFAF. Windows color (decimal): -7222672 or 7391889. OLE color: 7391889.
HSL color Cylindrical-coordinate representation of color #91CA70: hue angle of 98º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91CA70 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 112 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.21 |
| HSL | 98º | 0.46% | 0.62% | - |
| HSV(B) | 98º | 0.45% | 0.79% | - |
| XYZ | 35.72 | 49.43 | 22.99 | - |
| YUV | 174.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 112 | 0.28 | 0 | 0.45 | 0.21 | 98 | 0.46 | 0.62 |
| Hex | 91 | CA | 70 | 1C | 0 | 2D | 15 | 62 | 2E | 3E |
| Octal | 221 | 312 | 160 | 34 | 0 | 55 | 25 | 142 | 56 | 76 |
| Binary | 10010001 | 11001010 | 1110000 | 11100 | 0 | 101101 | 10101 | 1100010 | 101110 | 111110 |
Color Harmonies of #91CA70
Complementary color
Monochromatic Colors of #91CA70
Black with #91CA70
Text Example
Text Example
White with #91CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA70; }
p { color: rgb(145,202,112); }
H1.HeaderClassName
{
color: #91CA70;
}
.AnyTagClassName
{
color: #91CA70;
}
</style>
background-color css
<style>
a { background-color: #91CA70; }
a { background-color: rgb(145,202,112); }
div.DivClassName
{
background-color: #91CA70;
}
.BgClassName
{
background-color: #91CA70;
}
</style>
border-color css
<style>
span { border-color: #91CA70; }
span { border-color: rgb(145,202,112); }
td.TdClassName
{
border-color: #91CA70;
}
.TagClassName
{
border-color: #91CA70;
}
</style>