Shades of Olivine #9BC37A
Tints of Olivine #9BC37A
RGB
CMYK
RGB Variations
Color information
#9BC37A (or 0x9BC37A) is known color: Olivine. HEX triplet: 9B, C3 and 7A. RGB value is (155,195,122). Sum of RGB (Red+Green+Blue) = 155+195+122=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC37A is #643C85. Grayscale: #AEAEAE. Windows color (decimal): -6569094 or 8045467. OLE color: 8045467.
HSL color Cylindrical-coordinate representation of color #9BC37A: hue angle of 92.88º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BC37A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 122 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.24 |
| HSL | 92.88º | 0.38% | 0.62% | - |
| HSV(B) | 92.88º | 0.37% | 0.76% | - |
| XYZ | 36.55 | 47.4 | 25.64 | - |
| YUV | 174.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 122 | 0.21 | 0 | 0.37 | 0.24 | 92.88 | 0.38 | 0.62 |
| Hex | 9B | C3 | 7A | 15 | 0 | 25 | 18 | 5D | 26 | 3E |
| Octal | 233 | 303 | 172 | 25 | 0 | 45 | 30 | 135 | 46 | 76 |
| Binary | 10011011 | 11000011 | 1111010 | 10101 | 0 | 100101 | 11000 | 1011101 | 100110 | 111110 |
Color Harmonies of #9BC37A
Complementary color
Monochromatic Colors of #9BC37A
Black with #9BC37A
Text Example
Text Example
White with #9BC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC37A; }
p { color: rgb(155,195,122); }
H1.HeaderClassName
{
color: #9BC37A;
}
.AnyTagClassName
{
color: #9BC37A;
}
</style>
background-color css
<style>
a { background-color: #9BC37A; }
a { background-color: rgb(155,195,122); }
div.DivClassName
{
background-color: #9BC37A;
}
.BgClassName
{
background-color: #9BC37A;
}
</style>
border-color css
<style>
span { border-color: #9BC37A; }
span { border-color: rgb(155,195,122); }
td.TdClassName
{
border-color: #9BC37A;
}
.TagClassName
{
border-color: #9BC37A;
}
</style>