Shades of Olivine #9AB17D
Tints of Olivine #9AB17D
RGB
CMYK
RGB Variations
Color information
#9AB17D (or 0x9AB17D) is known color: Olivine. HEX triplet: 9A, B1 and 7D. RGB value is (154,177,125). Sum of RGB (Red+Green+Blue) = 154+177+125=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB17D is #654E82. Grayscale: #A4A4A4. Windows color (decimal): -6639235 or 8237466. OLE color: 8237466.
HSL color Cylindrical-coordinate representation of color #9AB17D: hue angle of 86.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AB17D is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 125 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.31 |
| HSL | 86.54º | 0.25% | 0.59% | - |
| HSV(B) | 86.54º | 0.29% | 0.69% | - |
| XYZ | 32.75 | 39.79 | 25.36 | - |
| YUV | 164.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 125 | 0.13 | 0 | 0.29 | 0.31 | 86.54 | 0.25 | 0.59 |
| Hex | 9A | B1 | 7D | D | 0 | 1D | 1F | 57 | 19 | 3B |
| Octal | 232 | 261 | 175 | 15 | 0 | 35 | 37 | 127 | 31 | 73 |
| Binary | 10011010 | 10110001 | 1111101 | 1101 | 0 | 11101 | 11111 | 1010111 | 11001 | 111011 |
Color Harmonies of #9AB17D
Complementary color
Monochromatic Colors of #9AB17D
Black with #9AB17D
Text Example
Text Example
White with #9AB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB17D; }
p { color: rgb(154,177,125); }
H1.HeaderClassName
{
color: #9AB17D;
}
.AnyTagClassName
{
color: #9AB17D;
}
</style>
background-color css
<style>
a { background-color: #9AB17D; }
a { background-color: rgb(154,177,125); }
div.DivClassName
{
background-color: #9AB17D;
}
.BgClassName
{
background-color: #9AB17D;
}
</style>
border-color css
<style>
span { border-color: #9AB17D; }
span { border-color: rgb(154,177,125); }
td.TdClassName
{
border-color: #9AB17D;
}
.TagClassName
{
border-color: #9AB17D;
}
</style>