Shades of Olivine #9AC07A
Tints of Olivine #9AC07A
RGB
CMYK
RGB Variations
Color information
#9AC07A (or 0x9AC07A) is known color: Olivine. HEX triplet: 9A, C0 and 7A. RGB value is (154,192,122). Sum of RGB (Red+Green+Blue) = 154+192+122=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC07A is #653F85. Grayscale: #ACACAC. Windows color (decimal): -6635398 or 8044698. OLE color: 8044698.
HSL color Cylindrical-coordinate representation of color #9AC07A: hue angle of 92.57º 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 #9AC07A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 122 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.25 |
| HSL | 92.57º | 0.36% | 0.62% | - |
| HSV(B) | 92.57º | 0.36% | 0.75% | - |
| XYZ | 35.69 | 45.97 | 25.41 | - |
| YUV | 172.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 122 | 0.20 | 0 | 0.36 | 0.25 | 92.57 | 0.36 | 0.62 |
| Hex | 9A | C0 | 7A | 14 | 0 | 24 | 19 | 5D | 24 | 3E |
| Octal | 232 | 300 | 172 | 24 | 0 | 44 | 31 | 135 | 44 | 76 |
| Binary | 10011010 | 11000000 | 1111010 | 10100 | 0 | 100100 | 11001 | 1011101 | 100100 | 111110 |
Color Harmonies of #9AC07A
Complementary color
Monochromatic Colors of #9AC07A
Black with #9AC07A
Text Example
Text Example
White with #9AC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC07A; }
p { color: rgb(154,192,122); }
H1.HeaderClassName
{
color: #9AC07A;
}
.AnyTagClassName
{
color: #9AC07A;
}
</style>
background-color css
<style>
a { background-color: #9AC07A; }
a { background-color: rgb(154,192,122); }
div.DivClassName
{
background-color: #9AC07A;
}
.BgClassName
{
background-color: #9AC07A;
}
</style>
border-color css
<style>
span { border-color: #9AC07A; }
span { border-color: rgb(154,192,122); }
td.TdClassName
{
border-color: #9AC07A;
}
.TagClassName
{
border-color: #9AC07A;
}
</style>