Shades of Olivine #9DC67A
Tints of Olivine #9DC67A
RGB
CMYK
RGB Variations
Color information
#9DC67A (or 0x9DC67A) is known color: Olivine. HEX triplet: 9D, C6 and 7A. RGB value is (157,198,122). Sum of RGB (Red+Green+Blue) = 157+198+122=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC67A is #623985. Grayscale: #B1B1B1. Windows color (decimal): -6437254 or 8046237. OLE color: 8046237.
HSL color Cylindrical-coordinate representation of color #9DC67A: hue angle of 92.37º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DC67A is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 122 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.22 |
| HSL | 92.37º | 0.4% | 0.63% | - |
| HSV(B) | 92.37º | 0.38% | 0.78% | - |
| XYZ | 37.61 | 48.96 | 25.88 | - |
| YUV | 177.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 122 | 0.21 | 0 | 0.38 | 0.22 | 92.37 | 0.4 | 0.63 |
| Hex | 9D | C6 | 7A | 15 | 0 | 26 | 16 | 5C | 28 | 3F |
| Octal | 235 | 306 | 172 | 25 | 0 | 46 | 26 | 134 | 50 | 77 |
| Binary | 10011101 | 11000110 | 1111010 | 10101 | 0 | 100110 | 10110 | 1011100 | 101000 | 111111 |
Color Harmonies of #9DC67A
Complementary color
Monochromatic Colors of #9DC67A
Black with #9DC67A
Text Example
Text Example
White with #9DC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC67A; }
p { color: rgb(157,198,122); }
H1.HeaderClassName
{
color: #9DC67A;
}
.AnyTagClassName
{
color: #9DC67A;
}
</style>
background-color css
<style>
a { background-color: #9DC67A; }
a { background-color: rgb(157,198,122); }
div.DivClassName
{
background-color: #9DC67A;
}
.BgClassName
{
background-color: #9DC67A;
}
</style>
border-color css
<style>
span { border-color: #9DC67A; }
span { border-color: rgb(157,198,122); }
td.TdClassName
{
border-color: #9DC67A;
}
.TagClassName
{
border-color: #9DC67A;
}
</style>