Shades of Olivine #9BCB73
Tints of Olivine #9BCB73
RGB
CMYK
RGB Variations
Color information
#9BCB73 (or 0x9BCB73) is known color: Olivine. HEX triplet: 9B, CB and 73. RGB value is (155,203,115). Sum of RGB (Red+Green+Blue) = 155+203+115=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB73 is #64348C. Grayscale: #B2B2B2. Windows color (decimal): -6567053 or 7588763. OLE color: 7588763.
HSL color Cylindrical-coordinate representation of color #9BCB73: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BCB73 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 115 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.20 |
| HSL | 92.73º | 0.46% | 0.62% | - |
| HSV(B) | 92.73º | 0.43% | 0.8% | - |
| XYZ | 37.97 | 50.92 | 24.05 | - |
| YUV | 178.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 115 | 0.24 | 0 | 0.43 | 0.20 | 92.73 | 0.46 | 0.62 |
| Hex | 9B | CB | 73 | 18 | 0 | 2B | 14 | 5D | 2E | 3E |
| Octal | 233 | 313 | 163 | 30 | 0 | 53 | 24 | 135 | 56 | 76 |
| Binary | 10011011 | 11001011 | 1110011 | 11000 | 0 | 101011 | 10100 | 1011101 | 101110 | 111110 |
Color Harmonies of #9BCB73
Complementary color
Monochromatic Colors of #9BCB73
Black with #9BCB73
Text Example
Text Example
White with #9BCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB73; }
p { color: rgb(155,203,115); }
H1.HeaderClassName
{
color: #9BCB73;
}
.AnyTagClassName
{
color: #9BCB73;
}
</style>
background-color css
<style>
a { background-color: #9BCB73; }
a { background-color: rgb(155,203,115); }
div.DivClassName
{
background-color: #9BCB73;
}
.BgClassName
{
background-color: #9BCB73;
}
</style>
border-color css
<style>
span { border-color: #9BCB73; }
span { border-color: rgb(155,203,115); }
td.TdClassName
{
border-color: #9BCB73;
}
.TagClassName
{
border-color: #9BCB73;
}
</style>