Shades of Olivine #9BB381
Tints of Olivine #9BB381
RGB
CMYK
RGB Variations
Color information
#9BB381 (or 0x9BB381) is known color: Olivine. HEX triplet: 9B, B3 and 81. RGB value is (155,179,129). Sum of RGB (Red+Green+Blue) = 155+179+129=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB381 is #644C7E. Grayscale: #A6A6A6. Windows color (decimal): -6573183 or 8500123. OLE color: 8500123.
HSL color Cylindrical-coordinate representation of color #9BB381: hue angle of 88.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB381 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 129 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.30 |
| HSL | 88.8º | 0.25% | 0.6% | - |
| HSV(B) | 88.8º | 0.28% | 0.7% | - |
| XYZ | 33.6 | 40.79 | 26.87 | - |
| YUV | 166.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 129 | 0.13 | 0 | 0.28 | 0.30 | 88.8 | 0.25 | 0.6 |
| Hex | 9B | B3 | 81 | D | 0 | 1C | 1E | 59 | 19 | 3C |
| Octal | 233 | 263 | 201 | 15 | 0 | 34 | 36 | 131 | 31 | 74 |
| Binary | 10011011 | 10110011 | 10000001 | 1101 | 0 | 11100 | 11110 | 1011001 | 11001 | 111100 |
Color Harmonies of #9BB381
Complementary color
Monochromatic Colors of #9BB381
Black with #9BB381
Text Example
Text Example
White with #9BB381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB381; }
p { color: rgb(155,179,129); }
H1.HeaderClassName
{
color: #9BB381;
}
.AnyTagClassName
{
color: #9BB381;
}
</style>
background-color css
<style>
a { background-color: #9BB381; }
a { background-color: rgb(155,179,129); }
div.DivClassName
{
background-color: #9BB381;
}
.BgClassName
{
background-color: #9BB381;
}
</style>
border-color css
<style>
span { border-color: #9BB381; }
span { border-color: rgb(155,179,129); }
td.TdClassName
{
border-color: #9BB381;
}
.TagClassName
{
border-color: #9BB381;
}
</style>