Shades of Olivine #9BC977
Tints of Olivine #9BC977
RGB
CMYK
RGB Variations
Color information
#9BC977 (or 0x9BC977) is known color: Olivine. HEX triplet: 9B, C9 and 77. RGB value is (155,201,119). Sum of RGB (Red+Green+Blue) = 155+201+119=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC977 is #643688. Grayscale: #B2B2B2. Windows color (decimal): -6567561 or 7850395. OLE color: 7850395.
HSL color Cylindrical-coordinate representation of color #9BC977: hue angle of 93.66º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BC977 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 119 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.21 |
| HSL | 93.66º | 0.43% | 0.63% | - |
| HSV(B) | 93.66º | 0.41% | 0.79% | - |
| XYZ | 37.73 | 50.07 | 25.13 | - |
| YUV | 177.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 119 | 0.23 | 0 | 0.41 | 0.21 | 93.66 | 0.43 | 0.63 |
| Hex | 9B | C9 | 77 | 17 | 0 | 29 | 15 | 5E | 2B | 3F |
| Octal | 233 | 311 | 167 | 27 | 0 | 51 | 25 | 136 | 53 | 77 |
| Binary | 10011011 | 11001001 | 1110111 | 10111 | 0 | 101001 | 10101 | 1011110 | 101011 | 111111 |
Color Harmonies of #9BC977
Complementary color
Monochromatic Colors of #9BC977
Black with #9BC977
Text Example
Text Example
White with #9BC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC977; }
p { color: rgb(155,201,119); }
H1.HeaderClassName
{
color: #9BC977;
}
.AnyTagClassName
{
color: #9BC977;
}
</style>
background-color css
<style>
a { background-color: #9BC977; }
a { background-color: rgb(155,201,119); }
div.DivClassName
{
background-color: #9BC977;
}
.BgClassName
{
background-color: #9BC977;
}
</style>
border-color css
<style>
span { border-color: #9BC977; }
span { border-color: rgb(155,201,119); }
td.TdClassName
{
border-color: #9BC977;
}
.TagClassName
{
border-color: #9BC977;
}
</style>