Shades of Olivine #9BB26F
Tints of Olivine #9BB26F
RGB
CMYK
RGB Variations
Color information
#9BB26F (or 0x9BB26F) is known color: Olivine. HEX triplet: 9B, B2 and 6F. RGB value is (155,178,111). Sum of RGB (Red+Green+Blue) = 155+178+111=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB26F is #644D90. Grayscale: #A3A3A3. Windows color (decimal): -6573457 or 7320219. OLE color: 7320219.
HSL color Cylindrical-coordinate representation of color #9BB26F: hue angle of 80.6º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB26F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 111 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.30 |
| HSL | 80.6º | 0.3% | 0.57% | - |
| HSV(B) | 80.6º | 0.38% | 0.7% | - |
| XYZ | 32.31 | 39.96 | 21.05 | - |
| YUV | 163.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 111 | 0.13 | 0 | 0.38 | 0.30 | 80.6 | 0.3 | 0.57 |
| Hex | 9B | B2 | 6F | D | 0 | 26 | 1E | 51 | 1E | 39 |
| Octal | 233 | 262 | 157 | 15 | 0 | 46 | 36 | 121 | 36 | 71 |
| Binary | 10011011 | 10110010 | 1101111 | 1101 | 0 | 100110 | 11110 | 1010001 | 11110 | 111001 |
Color Harmonies of #9BB26F
Complementary color
Monochromatic Colors of #9BB26F
Black with #9BB26F
Text Example
Text Example
White with #9BB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB26F; }
p { color: rgb(155,178,111); }
H1.HeaderClassName
{
color: #9BB26F;
}
.AnyTagClassName
{
color: #9BB26F;
}
</style>
background-color css
<style>
a { background-color: #9BB26F; }
a { background-color: rgb(155,178,111); }
div.DivClassName
{
background-color: #9BB26F;
}
.BgClassName
{
background-color: #9BB26F;
}
</style>
border-color css
<style>
span { border-color: #9BB26F; }
span { border-color: rgb(155,178,111); }
td.TdClassName
{
border-color: #9BB26F;
}
.TagClassName
{
border-color: #9BB26F;
}
</style>