Shades of Olivine #9BC771
Tints of Olivine #9BC771
RGB
CMYK
RGB Variations
Color information
#9BC771 (or 0x9BC771) is known color: Olivine. HEX triplet: 9B, C7 and 71. RGB value is (155,199,113). Sum of RGB (Red+Green+Blue) = 155+199+113=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC771 is #64388E. Grayscale: #B0B0B0. Windows color (decimal): -6568079 or 7456667. OLE color: 7456667.
HSL color Cylindrical-coordinate representation of color #9BC771: hue angle of 90.7º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BC771 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 113 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.22 |
| HSL | 90.7º | 0.43% | 0.61% | - |
| HSV(B) | 90.7º | 0.43% | 0.78% | - |
| XYZ | 36.92 | 49.01 | 23.14 | - |
| YUV | 176.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 113 | 0.22 | 0 | 0.43 | 0.22 | 90.7 | 0.43 | 0.61 |
| Hex | 9B | C7 | 71 | 16 | 0 | 2B | 16 | 5B | 2B | 3D |
| Octal | 233 | 307 | 161 | 26 | 0 | 53 | 26 | 133 | 53 | 75 |
| Binary | 10011011 | 11000111 | 1110001 | 10110 | 0 | 101011 | 10110 | 1011011 | 101011 | 111101 |
Color Harmonies of #9BC771
Complementary color
Monochromatic Colors of #9BC771
Black with #9BC771
Text Example
Text Example
White with #9BC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC771; }
p { color: rgb(155,199,113); }
H1.HeaderClassName
{
color: #9BC771;
}
.AnyTagClassName
{
color: #9BC771;
}
</style>
background-color css
<style>
a { background-color: #9BC771; }
a { background-color: rgb(155,199,113); }
div.DivClassName
{
background-color: #9BC771;
}
.BgClassName
{
background-color: #9BC771;
}
</style>
border-color css
<style>
span { border-color: #9BC771; }
span { border-color: rgb(155,199,113); }
td.TdClassName
{
border-color: #9BC771;
}
.TagClassName
{
border-color: #9BC771;
}
</style>