Shades of Olivine #9BB076
Tints of Olivine #9BB076
RGB
CMYK
RGB Variations
Color information
#9BB076 (or 0x9BB076) is known color: Olivine. HEX triplet: 9B, B0 and 76. RGB value is (155,176,118). Sum of RGB (Red+Green+Blue) = 155+176+118=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB076 is #644F89. Grayscale: #A3A3A3. Windows color (decimal): -6573962 or 7778459. OLE color: 7778459.
HSL color Cylindrical-coordinate representation of color #9BB076: hue angle of 81.72º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BB076 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 118 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.31 |
| HSL | 81.72º | 0.27% | 0.58% | - |
| HSV(B) | 81.72º | 0.33% | 0.69% | - |
| XYZ | 32.31 | 39.33 | 23.03 | - |
| YUV | 163.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 118 | 0.12 | 0 | 0.33 | 0.31 | 81.72 | 0.27 | 0.58 |
| Hex | 9B | B0 | 76 | C | 0 | 21 | 1F | 52 | 1B | 3A |
| Octal | 233 | 260 | 166 | 14 | 0 | 41 | 37 | 122 | 33 | 72 |
| Binary | 10011011 | 10110000 | 1110110 | 1100 | 0 | 100001 | 11111 | 1010010 | 11011 | 111010 |
Color Harmonies of #9BB076
Complementary color
Monochromatic Colors of #9BB076
Black with #9BB076
Text Example
Text Example
White with #9BB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB076; }
p { color: rgb(155,176,118); }
H1.HeaderClassName
{
color: #9BB076;
}
.AnyTagClassName
{
color: #9BB076;
}
</style>
background-color css
<style>
a { background-color: #9BB076; }
a { background-color: rgb(155,176,118); }
div.DivClassName
{
background-color: #9BB076;
}
.BgClassName
{
background-color: #9BB076;
}
</style>
border-color css
<style>
span { border-color: #9BB076; }
span { border-color: rgb(155,176,118); }
td.TdClassName
{
border-color: #9BB076;
}
.TagClassName
{
border-color: #9BB076;
}
</style>