Shades of Olivine #91CA6C
Tints of Olivine #91CA6C
RGB
CMYK
RGB Variations
Color information
#91CA6C (or 0x91CA6C) is known color: Olivine. HEX triplet: 91, CA and 6C. RGB value is (145,202,108). Sum of RGB (Red+Green+Blue) = 145+202+108=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA6C is #6E3593. Grayscale: #AEAEAE. Windows color (decimal): -7222676 or 7129745. OLE color: 7129745.
HSL color Cylindrical-coordinate representation of color #91CA6C: hue angle of 96.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91CA6C is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 108 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.21 |
| HSL | 96.38º | 0.47% | 0.61% | - |
| HSV(B) | 96.38º | 0.47% | 0.79% | - |
| XYZ | 35.5 | 49.34 | 21.84 | - |
| YUV | 174.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 108 | 0.28 | 0 | 0.47 | 0.21 | 96.38 | 0.47 | 0.61 |
| Hex | 91 | CA | 6C | 1C | 0 | 2F | 15 | 60 | 2F | 3D |
| Octal | 221 | 312 | 154 | 34 | 0 | 57 | 25 | 140 | 57 | 75 |
| Binary | 10010001 | 11001010 | 1101100 | 11100 | 0 | 101111 | 10101 | 1100000 | 101111 | 111101 |
Color Harmonies of #91CA6C
Complementary color
Monochromatic Colors of #91CA6C
Black with #91CA6C
Text Example
Text Example
White with #91CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA6C; }
p { color: rgb(145,202,108); }
H1.HeaderClassName
{
color: #91CA6C;
}
.AnyTagClassName
{
color: #91CA6C;
}
</style>
background-color css
<style>
a { background-color: #91CA6C; }
a { background-color: rgb(145,202,108); }
div.DivClassName
{
background-color: #91CA6C;
}
.BgClassName
{
background-color: #91CA6C;
}
</style>
border-color css
<style>
span { border-color: #91CA6C; }
span { border-color: rgb(145,202,108); }
td.TdClassName
{
border-color: #91CA6C;
}
.TagClassName
{
border-color: #91CA6C;
}
</style>