Shades of Olivine #9BB47B
Tints of Olivine #9BB47B
RGB
CMYK
RGB Variations
Color information
#9BB47B (or 0x9BB47B) is known color: Olivine. HEX triplet: 9B, B4 and 7B. RGB value is (155,180,123). Sum of RGB (Red+Green+Blue) = 155+180+123=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB47B is #644B84. Grayscale: #A6A6A6. Windows color (decimal): -6572933 or 8107163. OLE color: 8107163.
HSL color Cylindrical-coordinate representation of color #9BB47B: hue angle of 86.32º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BB47B is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 123 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.29 |
| HSL | 86.32º | 0.28% | 0.59% | - |
| HSV(B) | 86.32º | 0.32% | 0.71% | - |
| XYZ | 33.41 | 41.04 | 24.9 | - |
| YUV | 166.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 123 | 0.14 | 0 | 0.32 | 0.29 | 86.32 | 0.28 | 0.59 |
| Hex | 9B | B4 | 7B | E | 0 | 20 | 1D | 56 | 1C | 3B |
| Octal | 233 | 264 | 173 | 16 | 0 | 40 | 35 | 126 | 34 | 73 |
| Binary | 10011011 | 10110100 | 1111011 | 1110 | 0 | 100000 | 11101 | 1010110 | 11100 | 111011 |
Color Harmonies of #9BB47B
Complementary color
Monochromatic Colors of #9BB47B
Black with #9BB47B
Text Example
Text Example
White with #9BB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB47B; }
p { color: rgb(155,180,123); }
H1.HeaderClassName
{
color: #9BB47B;
}
.AnyTagClassName
{
color: #9BB47B;
}
</style>
background-color css
<style>
a { background-color: #9BB47B; }
a { background-color: rgb(155,180,123); }
div.DivClassName
{
background-color: #9BB47B;
}
.BgClassName
{
background-color: #9BB47B;
}
</style>
border-color css
<style>
span { border-color: #9BB47B; }
span { border-color: rgb(155,180,123); }
td.TdClassName
{
border-color: #9BB47B;
}
.TagClassName
{
border-color: #9BB47B;
}
</style>