Shades of Olivine #9BB47E
Tints of Olivine #9BB47E
RGB
CMYK
RGB Variations
Color information
#9BB47E (or 0x9BB47E) is known color: Olivine. HEX triplet: 9B, B4 and 7E. RGB value is (155,180,126). Sum of RGB (Red+Green+Blue) = 155+180+126=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB47E is #644B81. Grayscale: #A6A6A6. Windows color (decimal): -6572930 or 8303771. OLE color: 8303771.
HSL color Cylindrical-coordinate representation of color #9BB47E: hue angle of 87.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BB47E is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 126 | - |
| CMYK | 0.14 | 0 | 0.3 | 0.29 |
| HSL | 87.78º | 0.26% | 0.6% | - |
| HSV(B) | 87.78º | 0.3% | 0.71% | - |
| XYZ | 33.6 | 41.12 | 25.9 | - |
| YUV | 166.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 126 | 0.14 | 0 | 0.3 | 0.29 | 87.78 | 0.26 | 0.6 |
| Hex | 9B | B4 | 7E | E | 0 | 1E | 1D | 58 | 1A | 3C |
| Octal | 233 | 264 | 176 | 16 | 0 | 36 | 35 | 130 | 32 | 74 |
| Binary | 10011011 | 10110100 | 1111110 | 1110 | 0 | 11110 | 11101 | 1011000 | 11010 | 111100 |
Color Harmonies of #9BB47E
Complementary color
Monochromatic Colors of #9BB47E
Black with #9BB47E
Text Example
Text Example
White with #9BB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB47E; }
p { color: rgb(155,180,126); }
H1.HeaderClassName
{
color: #9BB47E;
}
.AnyTagClassName
{
color: #9BB47E;
}
</style>
background-color css
<style>
a { background-color: #9BB47E; }
a { background-color: rgb(155,180,126); }
div.DivClassName
{
background-color: #9BB47E;
}
.BgClassName
{
background-color: #9BB47E;
}
</style>
border-color css
<style>
span { border-color: #9BB47E; }
span { border-color: rgb(155,180,126); }
td.TdClassName
{
border-color: #9BB47E;
}
.TagClassName
{
border-color: #9BB47E;
}
</style>