Shades of Olivine #9AB17C
Tints of Olivine #9AB17C
RGB
CMYK
RGB Variations
Color information
#9AB17C (or 0x9AB17C) is known color: Olivine. HEX triplet: 9A, B1 and 7C. RGB value is (154,177,124). Sum of RGB (Red+Green+Blue) = 154+177+124=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB17C is #654E83. Grayscale: #A4A4A4. Windows color (decimal): -6639236 or 8171930. OLE color: 8171930.
HSL color Cylindrical-coordinate representation of color #9AB17C: hue angle of 86.04º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AB17C is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 124 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.31 |
| HSL | 86.04º | 0.25% | 0.59% | - |
| HSV(B) | 86.04º | 0.3% | 0.69% | - |
| XYZ | 32.69 | 39.77 | 25.02 | - |
| YUV | 164.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 124 | 0.13 | 0 | 0.30 | 0.31 | 86.04 | 0.25 | 0.59 |
| Hex | 9A | B1 | 7C | D | 0 | 1E | 1F | 56 | 19 | 3B |
| Octal | 232 | 261 | 174 | 15 | 0 | 36 | 37 | 126 | 31 | 73 |
| Binary | 10011010 | 10110001 | 1111100 | 1101 | 0 | 11110 | 11111 | 1010110 | 11001 | 111011 |
Color Harmonies of #9AB17C
Complementary color
Monochromatic Colors of #9AB17C
Black with #9AB17C
Text Example
Text Example
White with #9AB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB17C; }
p { color: rgb(154,177,124); }
H1.HeaderClassName
{
color: #9AB17C;
}
.AnyTagClassName
{
color: #9AB17C;
}
</style>
background-color css
<style>
a { background-color: #9AB17C; }
a { background-color: rgb(154,177,124); }
div.DivClassName
{
background-color: #9AB17C;
}
.BgClassName
{
background-color: #9AB17C;
}
</style>
border-color css
<style>
span { border-color: #9AB17C; }
span { border-color: rgb(154,177,124); }
td.TdClassName
{
border-color: #9AB17C;
}
.TagClassName
{
border-color: #9AB17C;
}
</style>