Shades of Olivine #9BB565
Tints of Olivine #9BB565
RGB
CMYK
RGB Variations
Color information
#9BB565 (or 0x9BB565) is known color: Olivine. HEX triplet: 9B, B5 and 65. RGB value is (155,181,101). Sum of RGB (Red+Green+Blue) = 155+181+101=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB565 is #644A9A. Grayscale: #A4A4A4. Windows color (decimal): -6572699 or 6665627. OLE color: 6665627.
HSL color Cylindrical-coordinate representation of color #9BB565: hue angle of 79.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BB565 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 101 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.29 |
| HSL | 79.5º | 0.35% | 0.55% | - |
| HSV(B) | 79.5º | 0.44% | 0.71% | - |
| XYZ | 32.39 | 40.96 | 18.51 | - |
| YUV | 164.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 101 | 0.14 | 0 | 0.44 | 0.29 | 79.5 | 0.35 | 0.55 |
| Hex | 9B | B5 | 65 | E | 0 | 2C | 1D | 50 | 23 | 37 |
| Octal | 233 | 265 | 145 | 16 | 0 | 54 | 35 | 120 | 43 | 67 |
| Binary | 10011011 | 10110101 | 1100101 | 1110 | 0 | 101100 | 11101 | 1010000 | 100011 | 110111 |
Color Harmonies of #9BB565
Complementary color
Monochromatic Colors of #9BB565
Black with #9BB565
Text Example
Text Example
White with #9BB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB565; }
p { color: rgb(155,181,101); }
H1.HeaderClassName
{
color: #9BB565;
}
.AnyTagClassName
{
color: #9BB565;
}
</style>
background-color css
<style>
a { background-color: #9BB565; }
a { background-color: rgb(155,181,101); }
div.DivClassName
{
background-color: #9BB565;
}
.BgClassName
{
background-color: #9BB565;
}
</style>
border-color css
<style>
span { border-color: #9BB565; }
span { border-color: rgb(155,181,101); }
td.TdClassName
{
border-color: #9BB565;
}
.TagClassName
{
border-color: #9BB565;
}
</style>