Shades of Olivine #9DBA6B
Tints of Olivine #9DBA6B
RGB
CMYK
RGB Variations
Color information
#9DBA6B (or 0x9DBA6B) is known color: Olivine. HEX triplet: 9D, BA and 6B. RGB value is (157,186,107). Sum of RGB (Red+Green+Blue) = 157+186+107=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA6B is #624594. Grayscale: #A8A8A8. Windows color (decimal): -6440341 or 7060125. OLE color: 7060125.
HSL color Cylindrical-coordinate representation of color #9DBA6B: hue angle of 82.03º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DBA6B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 107 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.27 |
| HSL | 82.03º | 0.36% | 0.57% | - |
| HSV(B) | 82.03º | 0.42% | 0.73% | - |
| XYZ | 34.12 | 43.35 | 20.48 | - |
| YUV | 168.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 107 | 0.16 | 0 | 0.42 | 0.27 | 82.03 | 0.36 | 0.57 |
| Hex | 9D | BA | 6B | 10 | 0 | 2A | 1B | 52 | 24 | 39 |
| Octal | 235 | 272 | 153 | 20 | 0 | 52 | 33 | 122 | 44 | 71 |
| Binary | 10011101 | 10111010 | 1101011 | 10000 | 0 | 101010 | 11011 | 1010010 | 100100 | 111001 |
Color Harmonies of #9DBA6B
Complementary color
Monochromatic Colors of #9DBA6B
Black with #9DBA6B
Text Example
Text Example
White with #9DBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA6B; }
p { color: rgb(157,186,107); }
H1.HeaderClassName
{
color: #9DBA6B;
}
.AnyTagClassName
{
color: #9DBA6B;
}
</style>
background-color css
<style>
a { background-color: #9DBA6B; }
a { background-color: rgb(157,186,107); }
div.DivClassName
{
background-color: #9DBA6B;
}
.BgClassName
{
background-color: #9DBA6B;
}
</style>
border-color css
<style>
span { border-color: #9DBA6B; }
span { border-color: rgb(157,186,107); }
td.TdClassName
{
border-color: #9DBA6B;
}
.TagClassName
{
border-color: #9DBA6B;
}
</style>