Shades of Olivine #9BB07A
Tints of Olivine #9BB07A
RGB
CMYK
RGB Variations
Color information
#9BB07A (or 0x9BB07A) is known color: Olivine. HEX triplet: 9B, B0 and 7A. RGB value is (155,176,122). Sum of RGB (Red+Green+Blue) = 155+176+122=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB07A is #644F85. Grayscale: #A3A3A3. Windows color (decimal): -6573958 or 8040603. OLE color: 8040603.
HSL color Cylindrical-coordinate representation of color #9BB07A: hue angle of 83.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BB07A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 122 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.31 |
| HSL | 83.33º | 0.25% | 0.58% | - |
| HSV(B) | 83.33º | 0.31% | 0.69% | - |
| XYZ | 32.56 | 39.42 | 24.31 | - |
| YUV | 163.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 122 | 0.12 | 0 | 0.31 | 0.31 | 83.33 | 0.25 | 0.58 |
| Hex | 9B | B0 | 7A | C | 0 | 1F | 1F | 53 | 19 | 3A |
| Octal | 233 | 260 | 172 | 14 | 0 | 37 | 37 | 123 | 31 | 72 |
| Binary | 10011011 | 10110000 | 1111010 | 1100 | 0 | 11111 | 11111 | 1010011 | 11001 | 111010 |
Color Harmonies of #9BB07A
Complementary color
Monochromatic Colors of #9BB07A
Black with #9BB07A
Text Example
Text Example
White with #9BB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB07A; }
p { color: rgb(155,176,122); }
H1.HeaderClassName
{
color: #9BB07A;
}
.AnyTagClassName
{
color: #9BB07A;
}
</style>
background-color css
<style>
a { background-color: #9BB07A; }
a { background-color: rgb(155,176,122); }
div.DivClassName
{
background-color: #9BB07A;
}
.BgClassName
{
background-color: #9BB07A;
}
</style>
border-color css
<style>
span { border-color: #9BB07A; }
span { border-color: rgb(155,176,122); }
td.TdClassName
{
border-color: #9BB07A;
}
.TagClassName
{
border-color: #9BB07A;
}
</style>