Shades of Olivine #9AC07F
Tints of Olivine #9AC07F
RGB
CMYK
RGB Variations
Color information
#9AC07F (or 0x9AC07F) is known color: Olivine. HEX triplet: 9A, C0 and 7F. RGB value is (154,192,127). Sum of RGB (Red+Green+Blue) = 154+192+127=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC07F is #653F80. Grayscale: #ADADAD. Windows color (decimal): -6635393 or 8372378. OLE color: 8372378.
HSL color Cylindrical-coordinate representation of color #9AC07F: hue angle of 95.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AC07F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 127 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.25 |
| HSL | 95.08º | 0.34% | 0.63% | - |
| HSV(B) | 95.08º | 0.34% | 0.75% | - |
| XYZ | 36.01 | 46.1 | 27.08 | - |
| YUV | 173.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 127 | 0.20 | 0 | 0.34 | 0.25 | 95.08 | 0.34 | 0.63 |
| Hex | 9A | C0 | 7F | 14 | 0 | 22 | 19 | 5F | 22 | 3F |
| Octal | 232 | 300 | 177 | 24 | 0 | 42 | 31 | 137 | 42 | 77 |
| Binary | 10011010 | 11000000 | 1111111 | 10100 | 0 | 100010 | 11001 | 1011111 | 100010 | 111111 |
Color Harmonies of #9AC07F
Complementary color
Monochromatic Colors of #9AC07F
Black with #9AC07F
Text Example
Text Example
White with #9AC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC07F; }
p { color: rgb(154,192,127); }
H1.HeaderClassName
{
color: #9AC07F;
}
.AnyTagClassName
{
color: #9AC07F;
}
</style>
background-color css
<style>
a { background-color: #9AC07F; }
a { background-color: rgb(154,192,127); }
div.DivClassName
{
background-color: #9AC07F;
}
.BgClassName
{
background-color: #9AC07F;
}
</style>
border-color css
<style>
span { border-color: #9AC07F; }
span { border-color: rgb(154,192,127); }
td.TdClassName
{
border-color: #9AC07F;
}
.TagClassName
{
border-color: #9AC07F;
}
</style>