Shades of Olivine #9BC571
Tints of Olivine #9BC571
RGB
CMYK
RGB Variations
Color information
#9BC571 (or 0x9BC571) is known color: Olivine. HEX triplet: 9B, C5 and 71. RGB value is (155,197,113). Sum of RGB (Red+Green+Blue) = 155+197+113=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC571 is #643A8E. Grayscale: #AFAFAF. Windows color (decimal): -6568591 or 7456155. OLE color: 7456155.
HSL color Cylindrical-coordinate representation of color #9BC571: hue angle of 90º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BC571 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 113 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.23 |
| HSL | 90º | 0.42% | 0.61% | - |
| HSV(B) | 90º | 0.43% | 0.77% | - |
| XYZ | 36.46 | 48.09 | 22.98 | - |
| YUV | 174.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 113 | 0.21 | 0 | 0.43 | 0.23 | 90 | 0.42 | 0.61 |
| Hex | 9B | C5 | 71 | 15 | 0 | 2B | 17 | 5A | 2A | 3D |
| Octal | 233 | 305 | 161 | 25 | 0 | 53 | 27 | 132 | 52 | 75 |
| Binary | 10011011 | 11000101 | 1110001 | 10101 | 0 | 101011 | 10111 | 1011010 | 101010 | 111101 |
Color Harmonies of #9BC571
Complementary color
Monochromatic Colors of #9BC571
Black with #9BC571
Text Example
Text Example
White with #9BC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC571; }
p { color: rgb(155,197,113); }
H1.HeaderClassName
{
color: #9BC571;
}
.AnyTagClassName
{
color: #9BC571;
}
</style>
background-color css
<style>
a { background-color: #9BC571; }
a { background-color: rgb(155,197,113); }
div.DivClassName
{
background-color: #9BC571;
}
.BgClassName
{
background-color: #9BC571;
}
</style>
border-color css
<style>
span { border-color: #9BC571; }
span { border-color: rgb(155,197,113); }
td.TdClassName
{
border-color: #9BC571;
}
.TagClassName
{
border-color: #9BC571;
}
</style>