Shades of Olivine #9FAE7F
Tints of Olivine #9FAE7F
RGB
CMYK
RGB Variations
Color information
#9FAE7F (or 0x9FAE7F) is known color: Olivine. HEX triplet: 9F, AE and 7F. RGB value is (159,174,127). Sum of RGB (Red+Green+Blue) = 159+174+127=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAE7F is #605180. Grayscale: #A4A4A4. Windows color (decimal): -6312321 or 8367775. OLE color: 8367775.
HSL color Cylindrical-coordinate representation of color #9FAE7F: hue angle of 79.15º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FAE7F is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 127 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.32 |
| HSL | 79.15º | 0.22% | 0.59% | - |
| HSV(B) | 79.15º | 0.27% | 0.68% | - |
| XYZ | 33.26 | 39.18 | 25.89 | - |
| YUV | 164.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 127 | 0.09 | 0 | 0.27 | 0.32 | 79.15 | 0.22 | 0.59 |
| Hex | 9F | AE | 7F | 9 | 0 | 1B | 20 | 4F | 16 | 3B |
| Octal | 237 | 256 | 177 | 11 | 0 | 33 | 40 | 117 | 26 | 73 |
| Binary | 10011111 | 10101110 | 1111111 | 1001 | 0 | 11011 | 100000 | 1001111 | 10110 | 111011 |
Color Harmonies of #9FAE7F
Complementary color
Monochromatic Colors of #9FAE7F
Black with #9FAE7F
Text Example
Text Example
White with #9FAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE7F; }
p { color: rgb(159,174,127); }
H1.HeaderClassName
{
color: #9FAE7F;
}
.AnyTagClassName
{
color: #9FAE7F;
}
</style>
background-color css
<style>
a { background-color: #9FAE7F; }
a { background-color: rgb(159,174,127); }
div.DivClassName
{
background-color: #9FAE7F;
}
.BgClassName
{
background-color: #9FAE7F;
}
</style>
border-color css
<style>
span { border-color: #9FAE7F; }
span { border-color: rgb(159,174,127); }
td.TdClassName
{
border-color: #9FAE7F;
}
.TagClassName
{
border-color: #9FAE7F;
}
</style>