Shades of Olivine #91BF6C
Tints of Olivine #91BF6C
RGB
CMYK
RGB Variations
Color information
#91BF6C (or 0x91BF6C) is known color: Olivine. HEX triplet: 91, BF and 6C. RGB value is (145,191,108). Sum of RGB (Red+Green+Blue) = 145+191+108=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BF6C is #6E4093. Grayscale: #A8A8A8. Windows color (decimal): -7225492 or 7126929. OLE color: 7126929.
HSL color Cylindrical-coordinate representation of color #91BF6C: hue angle of 93.25º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91BF6C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 191 | 108 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.25 |
| HSL | 93.25º | 0.39% | 0.59% | - |
| HSV(B) | 93.25º | 0.43% | 0.75% | - |
| XYZ | 33.01 | 44.36 | 21.01 | - |
| YUV | 167.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 108 | 0.24 | 0 | 0.43 | 0.25 | 93.25 | 0.39 | 0.59 |
| Hex | 91 | BF | 6C | 18 | 0 | 2B | 19 | 5D | 27 | 3B |
| Octal | 221 | 277 | 154 | 30 | 0 | 53 | 31 | 135 | 47 | 73 |
| Binary | 10010001 | 10111111 | 1101100 | 11000 | 0 | 101011 | 11001 | 1011101 | 100111 | 111011 |
Color Harmonies of #91BF6C
Complementary color
Monochromatic Colors of #91BF6C
Black with #91BF6C
Text Example
Text Example
White with #91BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BF6C; }
p { color: rgb(145,191,108); }
H1.HeaderClassName
{
color: #91BF6C;
}
.AnyTagClassName
{
color: #91BF6C;
}
</style>
background-color css
<style>
a { background-color: #91BF6C; }
a { background-color: rgb(145,191,108); }
div.DivClassName
{
background-color: #91BF6C;
}
.BgClassName
{
background-color: #91BF6C;
}
</style>
border-color css
<style>
span { border-color: #91BF6C; }
span { border-color: rgb(145,191,108); }
td.TdClassName
{
border-color: #91BF6C;
}
.TagClassName
{
border-color: #91BF6C;
}
</style>