Shades of Olivine #9AB06E
Tints of Olivine #9AB06E
RGB
CMYK
RGB Variations
Color information
#9AB06E (or 0x9AB06E) is known color: Olivine. HEX triplet: 9A, B0 and 6E. RGB value is (154,176,110). Sum of RGB (Red+Green+Blue) = 154+176+110=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB06E is #654F91. Grayscale: #A2A2A2. Windows color (decimal): -6639506 or 7254170. OLE color: 7254170.
HSL color Cylindrical-coordinate representation of color #9AB06E: hue angle of 80º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB06E is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 110 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.31 |
| HSL | 80º | 0.29% | 0.56% | - |
| HSV(B) | 80º | 0.38% | 0.69% | - |
| XYZ | 31.67 | 39.05 | 20.62 | - |
| YUV | 161.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 110 | 0.12 | 0 | 0.37 | 0.31 | 80 | 0.29 | 0.56 |
| Hex | 9A | B0 | 6E | C | 0 | 25 | 1F | 50 | 1D | 38 |
| Octal | 232 | 260 | 156 | 14 | 0 | 45 | 37 | 120 | 35 | 70 |
| Binary | 10011010 | 10110000 | 1101110 | 1100 | 0 | 100101 | 11111 | 1010000 | 11101 | 111000 |
Color Harmonies of #9AB06E
Complementary color
Monochromatic Colors of #9AB06E
Black with #9AB06E
Text Example
Text Example
White with #9AB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB06E; }
p { color: rgb(154,176,110); }
H1.HeaderClassName
{
color: #9AB06E;
}
.AnyTagClassName
{
color: #9AB06E;
}
</style>
background-color css
<style>
a { background-color: #9AB06E; }
a { background-color: rgb(154,176,110); }
div.DivClassName
{
background-color: #9AB06E;
}
.BgClassName
{
background-color: #9AB06E;
}
</style>
border-color css
<style>
span { border-color: #9AB06E; }
span { border-color: rgb(154,176,110); }
td.TdClassName
{
border-color: #9AB06E;
}
.TagClassName
{
border-color: #9AB06E;
}
</style>