Shades of Olivine #9AB07A
Tints of Olivine #9AB07A
RGB
CMYK
RGB Variations
Color information
#9AB07A (or 0x9AB07A) is known color: Olivine. HEX triplet: 9A, B0 and 7A. RGB value is (154,176,122). Sum of RGB (Red+Green+Blue) = 154+176+122=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB07A is #654F85. Grayscale: #A3A3A3. Windows color (decimal): -6639494 or 8040602. OLE color: 8040602.
HSL color Cylindrical-coordinate representation of color #9AB07A: hue angle of 84.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AB07A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 122 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.31 |
| HSL | 84.44º | 0.25% | 0.58% | - |
| HSV(B) | 84.44º | 0.31% | 0.69% | - |
| XYZ | 32.36 | 39.33 | 24.3 | - |
| YUV | 163.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 122 | 0.12 | 0 | 0.31 | 0.31 | 84.44 | 0.25 | 0.58 |
| Hex | 9A | B0 | 7A | C | 0 | 1F | 1F | 54 | 19 | 3A |
| Octal | 232 | 260 | 172 | 14 | 0 | 37 | 37 | 124 | 31 | 72 |
| Binary | 10011010 | 10110000 | 1111010 | 1100 | 0 | 11111 | 11111 | 1010100 | 11001 | 111010 |
Color Harmonies of #9AB07A
Complementary color
Monochromatic Colors of #9AB07A
Black with #9AB07A
Text Example
Text Example
White with #9AB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB07A; }
p { color: rgb(154,176,122); }
H1.HeaderClassName
{
color: #9AB07A;
}
.AnyTagClassName
{
color: #9AB07A;
}
</style>
background-color css
<style>
a { background-color: #9AB07A; }
a { background-color: rgb(154,176,122); }
div.DivClassName
{
background-color: #9AB07A;
}
.BgClassName
{
background-color: #9AB07A;
}
</style>
border-color css
<style>
span { border-color: #9AB07A; }
span { border-color: rgb(154,176,122); }
td.TdClassName
{
border-color: #9AB07A;
}
.TagClassName
{
border-color: #9AB07A;
}
</style>