Shades of Olivine #9BB869
Tints of Olivine #9BB869
RGB
CMYK
RGB Variations
Color information
#9BB869 (or 0x9BB869) is known color: Olivine. HEX triplet: 9B, B8 and 69. RGB value is (155,184,105). Sum of RGB (Red+Green+Blue) = 155+184+105=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB869 is #644796. Grayscale: #A6A6A6. Windows color (decimal): -6571927 or 6928539. OLE color: 6928539.
HSL color Cylindrical-coordinate representation of color #9BB869: hue angle of 82.03º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BB869 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 105 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.28 |
| HSL | 82.03º | 0.36% | 0.57% | - |
| HSV(B) | 82.03º | 0.43% | 0.72% | - |
| XYZ | 33.21 | 42.27 | 19.77 | - |
| YUV | 166.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 105 | 0.16 | 0 | 0.43 | 0.28 | 82.03 | 0.36 | 0.57 |
| Hex | 9B | B8 | 69 | 10 | 0 | 2B | 1C | 52 | 24 | 39 |
| Octal | 233 | 270 | 151 | 20 | 0 | 53 | 34 | 122 | 44 | 71 |
| Binary | 10011011 | 10111000 | 1101001 | 10000 | 0 | 101011 | 11100 | 1010010 | 100100 | 111001 |
Color Harmonies of #9BB869
Complementary color
Monochromatic Colors of #9BB869
Black with #9BB869
Text Example
Text Example
White with #9BB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB869; }
p { color: rgb(155,184,105); }
H1.HeaderClassName
{
color: #9BB869;
}
.AnyTagClassName
{
color: #9BB869;
}
</style>
background-color css
<style>
a { background-color: #9BB869; }
a { background-color: rgb(155,184,105); }
div.DivClassName
{
background-color: #9BB869;
}
.BgClassName
{
background-color: #9BB869;
}
</style>
border-color css
<style>
span { border-color: #9BB869; }
span { border-color: rgb(155,184,105); }
td.TdClassName
{
border-color: #9BB869;
}
.TagClassName
{
border-color: #9BB869;
}
</style>