Shades of Olivine #9BB581
Tints of Olivine #9BB581
RGB
CMYK
RGB Variations
Color information
#9BB581 (or 0x9BB581) is known color: Olivine. HEX triplet: 9B, B5 and 81. RGB value is (155,181,129). Sum of RGB (Red+Green+Blue) = 155+181+129=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB581 is #644A7E. Grayscale: #A7A7A7. Windows color (decimal): -6572671 or 8500635. OLE color: 8500635.
HSL color Cylindrical-coordinate representation of color #9BB581: hue angle of 90º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BB581 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 129 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.29 |
| HSL | 90º | 0.26% | 0.61% | - |
| HSV(B) | 90º | 0.29% | 0.71% | - |
| XYZ | 34 | 41.6 | 27.01 | - |
| YUV | 167.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 129 | 0.14 | 0 | 0.29 | 0.29 | 90 | 0.26 | 0.61 |
| Hex | 9B | B5 | 81 | E | 0 | 1D | 1D | 5A | 1A | 3D |
| Octal | 233 | 265 | 201 | 16 | 0 | 35 | 35 | 132 | 32 | 75 |
| Binary | 10011011 | 10110101 | 10000001 | 1110 | 0 | 11101 | 11101 | 1011010 | 11010 | 111101 |
Color Harmonies of #9BB581
Complementary color
Monochromatic Colors of #9BB581
Black with #9BB581
Text Example
Text Example
White with #9BB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB581; }
p { color: rgb(155,181,129); }
H1.HeaderClassName
{
color: #9BB581;
}
.AnyTagClassName
{
color: #9BB581;
}
</style>
background-color css
<style>
a { background-color: #9BB581; }
a { background-color: rgb(155,181,129); }
div.DivClassName
{
background-color: #9BB581;
}
.BgClassName
{
background-color: #9BB581;
}
</style>
border-color css
<style>
span { border-color: #9BB581; }
span { border-color: rgb(155,181,129); }
td.TdClassName
{
border-color: #9BB581;
}
.TagClassName
{
border-color: #9BB581;
}
</style>