Shades of Olivine #9BC561
Tints of Olivine #9BC561
RGB
CMYK
RGB Variations
Color information
#9BC561 (or 0x9BC561) is known color: Olivine. HEX triplet: 9B, C5 and 61. RGB value is (155,197,97). Sum of RGB (Red+Green+Blue) = 155+197+97=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC561 is #643A9E. Grayscale: #ADADAD. Windows color (decimal): -6568607 or 6407579. OLE color: 6407579.
HSL color Cylindrical-coordinate representation of color #9BC561: hue angle of 85.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC561 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 97 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.23 |
| HSL | 85.2º | 0.46% | 0.58% | - |
| HSV(B) | 85.2º | 0.51% | 0.77% | - |
| XYZ | 35.64 | 47.76 | 18.65 | - |
| YUV | 173.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 97 | 0.21 | 0 | 0.51 | 0.23 | 85.2 | 0.46 | 0.58 |
| Hex | 9B | C5 | 61 | 15 | 0 | 33 | 17 | 55 | 2E | 3A |
| Octal | 233 | 305 | 141 | 25 | 0 | 63 | 27 | 125 | 56 | 72 |
| Binary | 10011011 | 11000101 | 1100001 | 10101 | 0 | 110011 | 10111 | 1010101 | 101110 | 111010 |
Color Harmonies of #9BC561
Complementary color
Monochromatic Colors of #9BC561
Black with #9BC561
Text Example
Text Example
White with #9BC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC561; }
p { color: rgb(155,197,97); }
H1.HeaderClassName
{
color: #9BC561;
}
.AnyTagClassName
{
color: #9BC561;
}
</style>
background-color css
<style>
a { background-color: #9BC561; }
a { background-color: rgb(155,197,97); }
div.DivClassName
{
background-color: #9BC561;
}
.BgClassName
{
background-color: #9BC561;
}
</style>
border-color css
<style>
span { border-color: #9BC561; }
span { border-color: rgb(155,197,97); }
td.TdClassName
{
border-color: #9BC561;
}
.TagClassName
{
border-color: #9BC561;
}
</style>