Shades of Olivine #9BC971
Tints of Olivine #9BC971
RGB
CMYK
RGB Variations
Color information
#9BC971 (or 0x9BC971) is known color: Olivine. HEX triplet: 9B, C9 and 71. RGB value is (155,201,113). Sum of RGB (Red+Green+Blue) = 155+201+113=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC971 is #64368E. Grayscale: #B1B1B1. Windows color (decimal): -6567567 or 7457179. OLE color: 7457179.
HSL color Cylindrical-coordinate representation of color #9BC971: hue angle of 91.36º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BC971 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 113 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.21 |
| HSL | 91.36º | 0.45% | 0.62% | - |
| HSV(B) | 91.36º | 0.44% | 0.79% | - |
| XYZ | 37.38 | 49.93 | 23.29 | - |
| YUV | 177.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 113 | 0.23 | 0 | 0.44 | 0.21 | 91.36 | 0.45 | 0.62 |
| Hex | 9B | C9 | 71 | 17 | 0 | 2C | 15 | 5B | 2D | 3E |
| Octal | 233 | 311 | 161 | 27 | 0 | 54 | 25 | 133 | 55 | 76 |
| Binary | 10011011 | 11001001 | 1110001 | 10111 | 0 | 101100 | 10101 | 1011011 | 101101 | 111110 |
Color Harmonies of #9BC971
Complementary color
Monochromatic Colors of #9BC971
Black with #9BC971
Text Example
Text Example
White with #9BC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC971; }
p { color: rgb(155,201,113); }
H1.HeaderClassName
{
color: #9BC971;
}
.AnyTagClassName
{
color: #9BC971;
}
</style>
background-color css
<style>
a { background-color: #9BC971; }
a { background-color: rgb(155,201,113); }
div.DivClassName
{
background-color: #9BC971;
}
.BgClassName
{
background-color: #9BC971;
}
</style>
border-color css
<style>
span { border-color: #9BC971; }
span { border-color: rgb(155,201,113); }
td.TdClassName
{
border-color: #9BC971;
}
.TagClassName
{
border-color: #9BC971;
}
</style>