Shades of Olivine #9BC57A
Tints of Olivine #9BC57A
RGB
CMYK
RGB Variations
Color information
#9BC57A (or 0x9BC57A) is known color: Olivine. HEX triplet: 9B, C5 and 7A. RGB value is (155,197,122). Sum of RGB (Red+Green+Blue) = 155+197+122=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC57A is #643A85. Grayscale: #B0B0B0. Windows color (decimal): -6568582 or 8045979. OLE color: 8045979.
HSL color Cylindrical-coordinate representation of color #9BC57A: hue angle of 93.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BC57A is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 122 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.23 |
| HSL | 93.6º | 0.39% | 0.63% | - |
| HSV(B) | 93.6º | 0.38% | 0.77% | - |
| XYZ | 37 | 48.31 | 25.79 | - |
| YUV | 175.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 122 | 0.21 | 0 | 0.38 | 0.23 | 93.6 | 0.39 | 0.63 |
| Hex | 9B | C5 | 7A | 15 | 0 | 26 | 17 | 5E | 27 | 3F |
| Octal | 233 | 305 | 172 | 25 | 0 | 46 | 27 | 136 | 47 | 77 |
| Binary | 10011011 | 11000101 | 1111010 | 10101 | 0 | 100110 | 10111 | 1011110 | 100111 | 111111 |
Color Harmonies of #9BC57A
Complementary color
Monochromatic Colors of #9BC57A
Black with #9BC57A
Text Example
Text Example
White with #9BC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC57A; }
p { color: rgb(155,197,122); }
H1.HeaderClassName
{
color: #9BC57A;
}
.AnyTagClassName
{
color: #9BC57A;
}
</style>
background-color css
<style>
a { background-color: #9BC57A; }
a { background-color: rgb(155,197,122); }
div.DivClassName
{
background-color: #9BC57A;
}
.BgClassName
{
background-color: #9BC57A;
}
</style>
border-color css
<style>
span { border-color: #9BC57A; }
span { border-color: rgb(155,197,122); }
td.TdClassName
{
border-color: #9BC57A;
}
.TagClassName
{
border-color: #9BC57A;
}
</style>