Shades of Olivine #9BC560
Tints of Olivine #9BC560
RGB
CMYK
RGB Variations
Color information
#9BC560 (or 0x9BC560) is known color: Olivine. HEX triplet: 9B, C5 and 60. RGB value is (155,197,96). Sum of RGB (Red+Green+Blue) = 155+197+96=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC560 is #643A9F. Grayscale: #ADADAD. Windows color (decimal): -6568608 or 6342043. OLE color: 6342043.
HSL color Cylindrical-coordinate representation of color #9BC560: hue angle of 84.95º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC560 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 96 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.23 |
| HSL | 84.95º | 0.47% | 0.57% | - |
| HSV(B) | 84.95º | 0.51% | 0.77% | - |
| XYZ | 35.6 | 47.75 | 18.41 | - |
| YUV | 172.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 96 | 0.21 | 0 | 0.51 | 0.23 | 84.95 | 0.47 | 0.57 |
| Hex | 9B | C5 | 60 | 15 | 0 | 33 | 17 | 55 | 2F | 39 |
| Octal | 233 | 305 | 140 | 25 | 0 | 63 | 27 | 125 | 57 | 71 |
| Binary | 10011011 | 11000101 | 1100000 | 10101 | 0 | 110011 | 10111 | 1010101 | 101111 | 111001 |
Color Harmonies of #9BC560
Complementary color
Monochromatic Colors of #9BC560
Black with #9BC560
Text Example
Text Example
White with #9BC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC560; }
p { color: rgb(155,197,96); }
H1.HeaderClassName
{
color: #9BC560;
}
.AnyTagClassName
{
color: #9BC560;
}
</style>
background-color css
<style>
a { background-color: #9BC560; }
a { background-color: rgb(155,197,96); }
div.DivClassName
{
background-color: #9BC560;
}
.BgClassName
{
background-color: #9BC560;
}
</style>
border-color css
<style>
span { border-color: #9BC560; }
span { border-color: rgb(155,197,96); }
td.TdClassName
{
border-color: #9BC560;
}
.TagClassName
{
border-color: #9BC560;
}
</style>