Shades of Olivine #9DBE6C
Tints of Olivine #9DBE6C
RGB
CMYK
RGB Variations
Color information
#9DBE6C (or 0x9DBE6C) is known color: Olivine. HEX triplet: 9D, BE and 6C. RGB value is (157,190,108). Sum of RGB (Red+Green+Blue) = 157+190+108=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE6C is #624193. Grayscale: #ABABAB. Windows color (decimal): -6439316 or 7126685. OLE color: 7126685.
HSL color Cylindrical-coordinate representation of color #9DBE6C: hue angle of 84.15º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DBE6C is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 108 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.25 |
| HSL | 84.15º | 0.39% | 0.58% | - |
| HSV(B) | 84.15º | 0.43% | 0.75% | - |
| XYZ | 35.02 | 45.08 | 21.04 | - |
| YUV | 170.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 108 | 0.17 | 0 | 0.43 | 0.25 | 84.15 | 0.39 | 0.58 |
| Hex | 9D | BE | 6C | 11 | 0 | 2B | 19 | 54 | 27 | 3A |
| Octal | 235 | 276 | 154 | 21 | 0 | 53 | 31 | 124 | 47 | 72 |
| Binary | 10011101 | 10111110 | 1101100 | 10001 | 0 | 101011 | 11001 | 1010100 | 100111 | 111010 |
Color Harmonies of #9DBE6C
Complementary color
Monochromatic Colors of #9DBE6C
Black with #9DBE6C
Text Example
Text Example
White with #9DBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE6C; }
p { color: rgb(157,190,108); }
H1.HeaderClassName
{
color: #9DBE6C;
}
.AnyTagClassName
{
color: #9DBE6C;
}
</style>
background-color css
<style>
a { background-color: #9DBE6C; }
a { background-color: rgb(157,190,108); }
div.DivClassName
{
background-color: #9DBE6C;
}
.BgClassName
{
background-color: #9DBE6C;
}
</style>
border-color css
<style>
span { border-color: #9DBE6C; }
span { border-color: rgb(157,190,108); }
td.TdClassName
{
border-color: #9DBE6C;
}
.TagClassName
{
border-color: #9DBE6C;
}
</style>