Shades of Olivine #9AB076
Tints of Olivine #9AB076
RGB
CMYK
RGB Variations
Color information
#9AB076 (or 0x9AB076) is known color: Olivine. HEX triplet: 9A, B0 and 76. RGB value is (154,176,118). Sum of RGB (Red+Green+Blue) = 154+176+118=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB076 is #654F89. Grayscale: #A3A3A3. Windows color (decimal): -6639498 or 7778458. OLE color: 7778458.
HSL color Cylindrical-coordinate representation of color #9AB076: hue angle of 82.76º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AB076 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 118 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.31 |
| HSL | 82.76º | 0.27% | 0.58% | - |
| HSV(B) | 82.76º | 0.33% | 0.69% | - |
| XYZ | 32.12 | 39.23 | 23.02 | - |
| YUV | 162.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 118 | 0.12 | 0 | 0.33 | 0.31 | 82.76 | 0.27 | 0.58 |
| Hex | 9A | B0 | 76 | C | 0 | 21 | 1F | 53 | 1B | 3A |
| Octal | 232 | 260 | 166 | 14 | 0 | 41 | 37 | 123 | 33 | 72 |
| Binary | 10011010 | 10110000 | 1110110 | 1100 | 0 | 100001 | 11111 | 1010011 | 11011 | 111010 |
Color Harmonies of #9AB076
Complementary color
Monochromatic Colors of #9AB076
Black with #9AB076
Text Example
Text Example
White with #9AB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB076; }
p { color: rgb(154,176,118); }
H1.HeaderClassName
{
color: #9AB076;
}
.AnyTagClassName
{
color: #9AB076;
}
</style>
background-color css
<style>
a { background-color: #9AB076; }
a { background-color: rgb(154,176,118); }
div.DivClassName
{
background-color: #9AB076;
}
.BgClassName
{
background-color: #9AB076;
}
</style>
border-color css
<style>
span { border-color: #9AB076; }
span { border-color: rgb(154,176,118); }
td.TdClassName
{
border-color: #9AB076;
}
.TagClassName
{
border-color: #9AB076;
}
</style>