Shades of Olivine #9BB075
Tints of Olivine #9BB075
RGB
CMYK
RGB Variations
Color information
#9BB075 (or 0x9BB075) is known color: Olivine. HEX triplet: 9B, B0 and 75. RGB value is (155,176,117). Sum of RGB (Red+Green+Blue) = 155+176+117=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB075 is #644F8A. Grayscale: #A3A3A3. Windows color (decimal): -6573963 or 7712923. OLE color: 7712923.
HSL color Cylindrical-coordinate representation of color #9BB075: hue angle of 81.36º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB075 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 117 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.31 |
| HSL | 81.36º | 0.27% | 0.57% | - |
| HSV(B) | 81.36º | 0.34% | 0.69% | - |
| XYZ | 32.25 | 39.3 | 22.72 | - |
| YUV | 163 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 117 | 0.12 | 0 | 0.34 | 0.31 | 81.36 | 0.27 | 0.57 |
| Hex | 9B | B0 | 75 | C | 0 | 22 | 1F | 51 | 1B | 39 |
| Octal | 233 | 260 | 165 | 14 | 0 | 42 | 37 | 121 | 33 | 71 |
| Binary | 10011011 | 10110000 | 1110101 | 1100 | 0 | 100010 | 11111 | 1010001 | 11011 | 111001 |
Color Harmonies of #9BB075
Complementary color
Monochromatic Colors of #9BB075
Black with #9BB075
Text Example
Text Example
White with #9BB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB075; }
p { color: rgb(155,176,117); }
H1.HeaderClassName
{
color: #9BB075;
}
.AnyTagClassName
{
color: #9BB075;
}
</style>
background-color css
<style>
a { background-color: #9BB075; }
a { background-color: rgb(155,176,117); }
div.DivClassName
{
background-color: #9BB075;
}
.BgClassName
{
background-color: #9BB075;
}
</style>
border-color css
<style>
span { border-color: #9BB075; }
span { border-color: rgb(155,176,117); }
td.TdClassName
{
border-color: #9BB075;
}
.TagClassName
{
border-color: #9BB075;
}
</style>