Shades of Olivine #9BB36E
Tints of Olivine #9BB36E
RGB
CMYK
RGB Variations
Color information
#9BB36E (or 0x9BB36E) is known color: Olivine. HEX triplet: 9B, B3 and 6E. RGB value is (155,179,110). Sum of RGB (Red+Green+Blue) = 155+179+110=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB36E is #644C91. Grayscale: #A4A4A4. Windows color (decimal): -6573202 or 7254939. OLE color: 7254939.
HSL color Cylindrical-coordinate representation of color #9BB36E: hue angle of 80.87º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB36E is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 110 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.30 |
| HSL | 80.87º | 0.31% | 0.57% | - |
| HSV(B) | 80.87º | 0.39% | 0.7% | - |
| XYZ | 32.45 | 40.33 | 20.83 | - |
| YUV | 163.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 110 | 0.13 | 0 | 0.39 | 0.30 | 80.87 | 0.31 | 0.57 |
| Hex | 9B | B3 | 6E | D | 0 | 27 | 1E | 51 | 1F | 39 |
| Octal | 233 | 263 | 156 | 15 | 0 | 47 | 36 | 121 | 37 | 71 |
| Binary | 10011011 | 10110011 | 1101110 | 1101 | 0 | 100111 | 11110 | 1010001 | 11111 | 111001 |
Color Harmonies of #9BB36E
Complementary color
Monochromatic Colors of #9BB36E
Black with #9BB36E
Text Example
Text Example
White with #9BB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB36E; }
p { color: rgb(155,179,110); }
H1.HeaderClassName
{
color: #9BB36E;
}
.AnyTagClassName
{
color: #9BB36E;
}
</style>
background-color css
<style>
a { background-color: #9BB36E; }
a { background-color: rgb(155,179,110); }
div.DivClassName
{
background-color: #9BB36E;
}
.BgClassName
{
background-color: #9BB36E;
}
</style>
border-color css
<style>
span { border-color: #9BB36E; }
span { border-color: rgb(155,179,110); }
td.TdClassName
{
border-color: #9BB36E;
}
.TagClassName
{
border-color: #9BB36E;
}
</style>