Shades of Olivine #9DBA6D
Tints of Olivine #9DBA6D
RGB
CMYK
RGB Variations
Color information
#9DBA6D (or 0x9DBA6D) is known color: Olivine. HEX triplet: 9D, BA and 6D. RGB value is (157,186,109). Sum of RGB (Red+Green+Blue) = 157+186+109=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA6D is #624592. Grayscale: #A8A8A8. Windows color (decimal): -6440339 or 7191197. OLE color: 7191197.
HSL color Cylindrical-coordinate representation of color #9DBA6D: hue angle of 82.6º 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 #9DBA6D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 109 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.27 |
| HSL | 82.6º | 0.36% | 0.58% | - |
| HSV(B) | 82.6º | 0.41% | 0.73% | - |
| XYZ | 34.22 | 43.39 | 21.04 | - |
| YUV | 168.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 109 | 0.16 | 0 | 0.41 | 0.27 | 82.6 | 0.36 | 0.58 |
| Hex | 9D | BA | 6D | 10 | 0 | 29 | 1B | 53 | 24 | 3A |
| Octal | 235 | 272 | 155 | 20 | 0 | 51 | 33 | 123 | 44 | 72 |
| Binary | 10011101 | 10111010 | 1101101 | 10000 | 0 | 101001 | 11011 | 1010011 | 100100 | 111010 |
Color Harmonies of #9DBA6D
Complementary color
Monochromatic Colors of #9DBA6D
Black with #9DBA6D
Text Example
Text Example
White with #9DBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA6D; }
p { color: rgb(157,186,109); }
H1.HeaderClassName
{
color: #9DBA6D;
}
.AnyTagClassName
{
color: #9DBA6D;
}
</style>
background-color css
<style>
a { background-color: #9DBA6D; }
a { background-color: rgb(157,186,109); }
div.DivClassName
{
background-color: #9DBA6D;
}
.BgClassName
{
background-color: #9DBA6D;
}
</style>
border-color css
<style>
span { border-color: #9DBA6D; }
span { border-color: rgb(157,186,109); }
td.TdClassName
{
border-color: #9DBA6D;
}
.TagClassName
{
border-color: #9DBA6D;
}
</style>