Shades of Olivine #9BB372
Tints of Olivine #9BB372
RGB
CMYK
RGB Variations
Color information
#9BB372 (or 0x9BB372) is known color: Olivine. HEX triplet: 9B, B3 and 72. RGB value is (155,179,114). Sum of RGB (Red+Green+Blue) = 155+179+114=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB372 is #644C8D. Grayscale: #A4A4A4. Windows color (decimal): -6573198 or 7517083. OLE color: 7517083.
HSL color Cylindrical-coordinate representation of color #9BB372: hue angle of 82.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB372 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 114 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.30 |
| HSL | 82.15º | 0.3% | 0.57% | - |
| HSV(B) | 82.15º | 0.36% | 0.7% | - |
| XYZ | 32.67 | 40.42 | 22 | - |
| YUV | 164.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 114 | 0.13 | 0 | 0.36 | 0.30 | 82.15 | 0.3 | 0.57 |
| Hex | 9B | B3 | 72 | D | 0 | 24 | 1E | 52 | 1E | 39 |
| Octal | 233 | 263 | 162 | 15 | 0 | 44 | 36 | 122 | 36 | 71 |
| Binary | 10011011 | 10110011 | 1110010 | 1101 | 0 | 100100 | 11110 | 1010010 | 11110 | 111001 |
Color Harmonies of #9BB372
Complementary color
Monochromatic Colors of #9BB372
Black with #9BB372
Text Example
Text Example
White with #9BB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB372; }
p { color: rgb(155,179,114); }
H1.HeaderClassName
{
color: #9BB372;
}
.AnyTagClassName
{
color: #9BB372;
}
</style>
background-color css
<style>
a { background-color: #9BB372; }
a { background-color: rgb(155,179,114); }
div.DivClassName
{
background-color: #9BB372;
}
.BgClassName
{
background-color: #9BB372;
}
</style>
border-color css
<style>
span { border-color: #9BB372; }
span { border-color: rgb(155,179,114); }
td.TdClassName
{
border-color: #9BB372;
}
.TagClassName
{
border-color: #9BB372;
}
</style>