Shades of Olivine #9BB07F
Tints of Olivine #9BB07F
RGB
CMYK
RGB Variations
Color information
#9BB07F (or 0x9BB07F) is known color: Olivine. HEX triplet: 9B, B0 and 7F. RGB value is (155,176,127). Sum of RGB (Red+Green+Blue) = 155+176+127=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB07F is #644F80. Grayscale: #A4A4A4. Windows color (decimal): -6573953 or 8368283. OLE color: 8368283.
HSL color Cylindrical-coordinate representation of color #9BB07F: hue angle of 85.71º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB07F is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 127 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.31 |
| HSL | 85.71º | 0.24% | 0.59% | - |
| HSV(B) | 85.71º | 0.28% | 0.69% | - |
| XYZ | 32.87 | 39.55 | 25.98 | - |
| YUV | 164.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 127 | 0.12 | 0 | 0.28 | 0.31 | 85.71 | 0.24 | 0.59 |
| Hex | 9B | B0 | 7F | C | 0 | 1C | 1F | 56 | 18 | 3B |
| Octal | 233 | 260 | 177 | 14 | 0 | 34 | 37 | 126 | 30 | 73 |
| Binary | 10011011 | 10110000 | 1111111 | 1100 | 0 | 11100 | 11111 | 1010110 | 11000 | 111011 |
Color Harmonies of #9BB07F
Complementary color
Monochromatic Colors of #9BB07F
Black with #9BB07F
Text Example
Text Example
White with #9BB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB07F; }
p { color: rgb(155,176,127); }
H1.HeaderClassName
{
color: #9BB07F;
}
.AnyTagClassName
{
color: #9BB07F;
}
</style>
background-color css
<style>
a { background-color: #9BB07F; }
a { background-color: rgb(155,176,127); }
div.DivClassName
{
background-color: #9BB07F;
}
.BgClassName
{
background-color: #9BB07F;
}
</style>
border-color css
<style>
span { border-color: #9BB07F; }
span { border-color: rgb(155,176,127); }
td.TdClassName
{
border-color: #9BB07F;
}
.TagClassName
{
border-color: #9BB07F;
}
</style>