Shades of Olivine #9BC973
Tints of Olivine #9BC973
RGB
CMYK
RGB Variations
Color information
#9BC973 (or 0x9BC973) is known color: Olivine. HEX triplet: 9B, C9 and 73. RGB value is (155,201,115). Sum of RGB (Red+Green+Blue) = 155+201+115=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC973 is #64368C. Grayscale: #B1B1B1. Windows color (decimal): -6567565 or 7588251. OLE color: 7588251.
HSL color Cylindrical-coordinate representation of color #9BC973: hue angle of 92.09º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BC973 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 115 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.21 |
| HSL | 92.09º | 0.44% | 0.62% | - |
| HSV(B) | 92.09º | 0.43% | 0.79% | - |
| XYZ | 37.5 | 49.98 | 23.89 | - |
| YUV | 177.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 115 | 0.23 | 0 | 0.43 | 0.21 | 92.09 | 0.44 | 0.62 |
| Hex | 9B | C9 | 73 | 17 | 0 | 2B | 15 | 5C | 2C | 3E |
| Octal | 233 | 311 | 163 | 27 | 0 | 53 | 25 | 134 | 54 | 76 |
| Binary | 10011011 | 11001001 | 1110011 | 10111 | 0 | 101011 | 10101 | 1011100 | 101100 | 111110 |
Color Harmonies of #9BC973
Complementary color
Monochromatic Colors of #9BC973
Black with #9BC973
Text Example
Text Example
White with #9BC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC973; }
p { color: rgb(155,201,115); }
H1.HeaderClassName
{
color: #9BC973;
}
.AnyTagClassName
{
color: #9BC973;
}
</style>
background-color css
<style>
a { background-color: #9BC973; }
a { background-color: rgb(155,201,115); }
div.DivClassName
{
background-color: #9BC973;
}
.BgClassName
{
background-color: #9BC973;
}
</style>
border-color css
<style>
span { border-color: #9BC973; }
span { border-color: rgb(155,201,115); }
td.TdClassName
{
border-color: #9BC973;
}
.TagClassName
{
border-color: #9BC973;
}
</style>