Shades of Olivine #9BC76C
Tints of Olivine #9BC76C
RGB
CMYK
RGB Variations
Color information
#9BC76C (or 0x9BC76C) is known color: Olivine. HEX triplet: 9B, C7 and 6C. RGB value is (155,199,108). Sum of RGB (Red+Green+Blue) = 155+199+108=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC76C is #643893. Grayscale: #AFAFAF. Windows color (decimal): -6568084 or 7128987. OLE color: 7128987.
HSL color Cylindrical-coordinate representation of color #9BC76C: hue angle of 89.01º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC76C is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 108 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.22 |
| HSL | 89.01º | 0.45% | 0.6% | - |
| HSV(B) | 89.01º | 0.46% | 0.78% | - |
| XYZ | 36.65 | 48.9 | 21.69 | - |
| YUV | 175.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 108 | 0.22 | 0 | 0.46 | 0.22 | 89.01 | 0.45 | 0.6 |
| Hex | 9B | C7 | 6C | 16 | 0 | 2E | 16 | 59 | 2D | 3C |
| Octal | 233 | 307 | 154 | 26 | 0 | 56 | 26 | 131 | 55 | 74 |
| Binary | 10011011 | 11000111 | 1101100 | 10110 | 0 | 101110 | 10110 | 1011001 | 101101 | 111100 |
Color Harmonies of #9BC76C
Complementary color
Monochromatic Colors of #9BC76C
Black with #9BC76C
Text Example
Text Example
White with #9BC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC76C; }
p { color: rgb(155,199,108); }
H1.HeaderClassName
{
color: #9BC76C;
}
.AnyTagClassName
{
color: #9BC76C;
}
</style>
background-color css
<style>
a { background-color: #9BC76C; }
a { background-color: rgb(155,199,108); }
div.DivClassName
{
background-color: #9BC76C;
}
.BgClassName
{
background-color: #9BC76C;
}
</style>
border-color css
<style>
span { border-color: #9BC76C; }
span { border-color: rgb(155,199,108); }
td.TdClassName
{
border-color: #9BC76C;
}
.TagClassName
{
border-color: #9BC76C;
}
</style>