Shades of Olivine #9DC07A
Tints of Olivine #9DC07A
RGB
CMYK
RGB Variations
Color information
#9DC07A (or 0x9DC07A) is known color: Olivine. HEX triplet: 9D, C0 and 7A. RGB value is (157,192,122). Sum of RGB (Red+Green+Blue) = 157+192+122=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC07A is #623F85. Grayscale: #ADADAD. Windows color (decimal): -6438790 or 8044701. OLE color: 8044701.
HSL color Cylindrical-coordinate representation of color #9DC07A: hue angle of 90º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DC07A is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 122 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.25 |
| HSL | 90º | 0.36% | 0.62% | - |
| HSV(B) | 90º | 0.36% | 0.75% | - |
| XYZ | 36.27 | 46.27 | 25.43 | - |
| YUV | 173.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 122 | 0.18 | 0 | 0.36 | 0.25 | 90 | 0.36 | 0.62 |
| Hex | 9D | C0 | 7A | 12 | 0 | 24 | 19 | 5A | 24 | 3E |
| Octal | 235 | 300 | 172 | 22 | 0 | 44 | 31 | 132 | 44 | 76 |
| Binary | 10011101 | 11000000 | 1111010 | 10010 | 0 | 100100 | 11001 | 1011010 | 100100 | 111110 |
Color Harmonies of #9DC07A
Complementary color
Monochromatic Colors of #9DC07A
Black with #9DC07A
Text Example
Text Example
White with #9DC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC07A; }
p { color: rgb(157,192,122); }
H1.HeaderClassName
{
color: #9DC07A;
}
.AnyTagClassName
{
color: #9DC07A;
}
</style>
background-color css
<style>
a { background-color: #9DC07A; }
a { background-color: rgb(157,192,122); }
div.DivClassName
{
background-color: #9DC07A;
}
.BgClassName
{
background-color: #9DC07A;
}
</style>
border-color css
<style>
span { border-color: #9DC07A; }
span { border-color: rgb(157,192,122); }
td.TdClassName
{
border-color: #9DC07A;
}
.TagClassName
{
border-color: #9DC07A;
}
</style>