Shades of Olivine #9AB180
Tints of Olivine #9AB180
RGB
CMYK
RGB Variations
Color information
#9AB180 (or 0x9AB180) is known color: Olivine. HEX triplet: 9A, B1 and 80. RGB value is (154,177,128). Sum of RGB (Red+Green+Blue) = 154+177+128=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB180 is #654E7F. Grayscale: #A4A4A4. Windows color (decimal): -6639232 or 8434074. OLE color: 8434074.
HSL color Cylindrical-coordinate representation of color #9AB180: hue angle of 88.16º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AB180 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 128 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.31 |
| HSL | 88.16º | 0.24% | 0.6% | - |
| HSV(B) | 88.16º | 0.28% | 0.69% | - |
| XYZ | 32.94 | 39.87 | 26.38 | - |
| YUV | 164.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 128 | 0.13 | 0 | 0.28 | 0.31 | 88.16 | 0.24 | 0.6 |
| Hex | 9A | B1 | 80 | D | 0 | 1C | 1F | 58 | 18 | 3C |
| Octal | 232 | 261 | 200 | 15 | 0 | 34 | 37 | 130 | 30 | 74 |
| Binary | 10011010 | 10110001 | 10000000 | 1101 | 0 | 11100 | 11111 | 1011000 | 11000 | 111100 |
Color Harmonies of #9AB180
Complementary color
Monochromatic Colors of #9AB180
Black with #9AB180
Text Example
Text Example
White with #9AB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB180; }
p { color: rgb(154,177,128); }
H1.HeaderClassName
{
color: #9AB180;
}
.AnyTagClassName
{
color: #9AB180;
}
</style>
background-color css
<style>
a { background-color: #9AB180; }
a { background-color: rgb(154,177,128); }
div.DivClassName
{
background-color: #9AB180;
}
.BgClassName
{
background-color: #9AB180;
}
</style>
border-color css
<style>
span { border-color: #9AB180; }
span { border-color: rgb(154,177,128); }
td.TdClassName
{
border-color: #9AB180;
}
.TagClassName
{
border-color: #9AB180;
}
</style>