Shades of Olivine #9BB765
Tints of Olivine #9BB765
RGB
CMYK
RGB Variations
Color information
#9BB765 (or 0x9BB765) is known color: Olivine. HEX triplet: 9B, B7 and 65. RGB value is (155,183,101). Sum of RGB (Red+Green+Blue) = 155+183+101=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB765 is #64489A. Grayscale: #A5A5A5. Windows color (decimal): -6572187 or 6666139. OLE color: 6666139.
HSL color Cylindrical-coordinate representation of color #9BB765: hue angle of 80.49º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BB765 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 101 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.28 |
| HSL | 80.49º | 0.36% | 0.56% | - |
| HSV(B) | 80.49º | 0.45% | 0.72% | - |
| XYZ | 32.8 | 41.78 | 18.65 | - |
| YUV | 165.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 101 | 0.15 | 0 | 0.45 | 0.28 | 80.49 | 0.36 | 0.56 |
| Hex | 9B | B7 | 65 | F | 0 | 2D | 1C | 50 | 24 | 38 |
| Octal | 233 | 267 | 145 | 17 | 0 | 55 | 34 | 120 | 44 | 70 |
| Binary | 10011011 | 10110111 | 1100101 | 1111 | 0 | 101101 | 11100 | 1010000 | 100100 | 111000 |
Color Harmonies of #9BB765
Complementary color
Monochromatic Colors of #9BB765
Black with #9BB765
Text Example
Text Example
White with #9BB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB765; }
p { color: rgb(155,183,101); }
H1.HeaderClassName
{
color: #9BB765;
}
.AnyTagClassName
{
color: #9BB765;
}
</style>
background-color css
<style>
a { background-color: #9BB765; }
a { background-color: rgb(155,183,101); }
div.DivClassName
{
background-color: #9BB765;
}
.BgClassName
{
background-color: #9BB765;
}
</style>
border-color css
<style>
span { border-color: #9BB765; }
span { border-color: rgb(155,183,101); }
td.TdClassName
{
border-color: #9BB765;
}
.TagClassName
{
border-color: #9BB765;
}
</style>