Shades of Olivine #9BB569
Tints of Olivine #9BB569
RGB
CMYK
RGB Variations
Color information
#9BB569 (or 0x9BB569) is known color: Olivine. HEX triplet: 9B, B5 and 69. RGB value is (155,181,105). Sum of RGB (Red+Green+Blue) = 155+181+105=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB569 is #644A96. Grayscale: #A4A4A4. Windows color (decimal): -6572695 or 6927771. OLE color: 6927771.
HSL color Cylindrical-coordinate representation of color #9BB569: hue angle of 80.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BB569 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 105 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.29 |
| HSL | 80.53º | 0.34% | 0.56% | - |
| HSV(B) | 80.53º | 0.42% | 0.71% | - |
| XYZ | 32.59 | 41.04 | 19.57 | - |
| YUV | 164.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 105 | 0.14 | 0 | 0.42 | 0.29 | 80.53 | 0.34 | 0.56 |
| Hex | 9B | B5 | 69 | E | 0 | 2A | 1D | 51 | 22 | 38 |
| Octal | 233 | 265 | 151 | 16 | 0 | 52 | 35 | 121 | 42 | 70 |
| Binary | 10011011 | 10110101 | 1101001 | 1110 | 0 | 101010 | 11101 | 1010001 | 100010 | 111000 |
Color Harmonies of #9BB569
Complementary color
Monochromatic Colors of #9BB569
Black with #9BB569
Text Example
Text Example
White with #9BB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB569; }
p { color: rgb(155,181,105); }
H1.HeaderClassName
{
color: #9BB569;
}
.AnyTagClassName
{
color: #9BB569;
}
</style>
background-color css
<style>
a { background-color: #9BB569; }
a { background-color: rgb(155,181,105); }
div.DivClassName
{
background-color: #9BB569;
}
.BgClassName
{
background-color: #9BB569;
}
</style>
border-color css
<style>
span { border-color: #9BB569; }
span { border-color: rgb(155,181,105); }
td.TdClassName
{
border-color: #9BB569;
}
.TagClassName
{
border-color: #9BB569;
}
</style>