Shades of Olivine #9DBB6E
Tints of Olivine #9DBB6E
RGB
CMYK
RGB Variations
Color information
#9DBB6E (or 0x9DBB6E) is known color: Olivine. HEX triplet: 9D, BB and 6E. RGB value is (157,187,110). Sum of RGB (Red+Green+Blue) = 157+187+110=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB6E is #624491. Grayscale: #A9A9A9. Windows color (decimal): -6440082 or 7256989. OLE color: 7256989.
HSL color Cylindrical-coordinate representation of color #9DBB6E: hue angle of 83.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DBB6E is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 110 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.27 |
| HSL | 83.38º | 0.36% | 0.58% | - |
| HSV(B) | 83.38º | 0.41% | 0.73% | - |
| XYZ | 34.49 | 43.83 | 21.39 | - |
| YUV | 169.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 110 | 0.16 | 0 | 0.41 | 0.27 | 83.38 | 0.36 | 0.58 |
| Hex | 9D | BB | 6E | 10 | 0 | 29 | 1B | 53 | 24 | 3A |
| Octal | 235 | 273 | 156 | 20 | 0 | 51 | 33 | 123 | 44 | 72 |
| Binary | 10011101 | 10111011 | 1101110 | 10000 | 0 | 101001 | 11011 | 1010011 | 100100 | 111010 |
Color Harmonies of #9DBB6E
Complementary color
Monochromatic Colors of #9DBB6E
Black with #9DBB6E
Text Example
Text Example
White with #9DBB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB6E; }
p { color: rgb(157,187,110); }
H1.HeaderClassName
{
color: #9DBB6E;
}
.AnyTagClassName
{
color: #9DBB6E;
}
</style>
background-color css
<style>
a { background-color: #9DBB6E; }
a { background-color: rgb(157,187,110); }
div.DivClassName
{
background-color: #9DBB6E;
}
.BgClassName
{
background-color: #9DBB6E;
}
</style>
border-color css
<style>
span { border-color: #9DBB6E; }
span { border-color: rgb(157,187,110); }
td.TdClassName
{
border-color: #9DBB6E;
}
.TagClassName
{
border-color: #9DBB6E;
}
</style>