Shades of Olivine #9BB572
Tints of Olivine #9BB572
RGB
CMYK
RGB Variations
Color information
#9BB572 (or 0x9BB572) is known color: Olivine. HEX triplet: 9B, B5 and 72. RGB value is (155,181,114). Sum of RGB (Red+Green+Blue) = 155+181+114=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB572 is #644A8D. Grayscale: #A5A5A5. Windows color (decimal): -6572686 or 7517595. OLE color: 7517595.
HSL color Cylindrical-coordinate representation of color #9BB572: hue angle of 83.28º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BB572 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 114 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.29 |
| HSL | 83.28º | 0.31% | 0.58% | - |
| HSV(B) | 83.28º | 0.37% | 0.71% | - |
| XYZ | 33.08 | 41.23 | 22.13 | - |
| YUV | 165.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 114 | 0.14 | 0 | 0.37 | 0.29 | 83.28 | 0.31 | 0.58 |
| Hex | 9B | B5 | 72 | E | 0 | 25 | 1D | 53 | 1F | 3A |
| Octal | 233 | 265 | 162 | 16 | 0 | 45 | 35 | 123 | 37 | 72 |
| Binary | 10011011 | 10110101 | 1110010 | 1110 | 0 | 100101 | 11101 | 1010011 | 11111 | 111010 |
Color Harmonies of #9BB572
Complementary color
Monochromatic Colors of #9BB572
Black with #9BB572
Text Example
Text Example
White with #9BB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB572; }
p { color: rgb(155,181,114); }
H1.HeaderClassName
{
color: #9BB572;
}
.AnyTagClassName
{
color: #9BB572;
}
</style>
background-color css
<style>
a { background-color: #9BB572; }
a { background-color: rgb(155,181,114); }
div.DivClassName
{
background-color: #9BB572;
}
.BgClassName
{
background-color: #9BB572;
}
</style>
border-color css
<style>
span { border-color: #9BB572; }
span { border-color: rgb(155,181,114); }
td.TdClassName
{
border-color: #9BB572;
}
.TagClassName
{
border-color: #9BB572;
}
</style>