Shades of Olivine #9AB766
Tints of Olivine #9AB766
RGB
CMYK
RGB Variations
Color information
#9AB766 (or 0x9AB766) is known color: Olivine. HEX triplet: 9A, B7 and 66. RGB value is (154,183,102). Sum of RGB (Red+Green+Blue) = 154+183+102=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB766 is #654899. Grayscale: #A5A5A5. Windows color (decimal): -6637722 or 6731674. OLE color: 6731674.
HSL color Cylindrical-coordinate representation of color #9AB766: hue angle of 81.48º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AB766 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 102 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.28 |
| HSL | 81.48º | 0.36% | 0.56% | - |
| HSV(B) | 81.48º | 0.44% | 0.72% | - |
| XYZ | 32.66 | 41.7 | 18.9 | - |
| YUV | 165.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 102 | 0.16 | 0 | 0.44 | 0.28 | 81.48 | 0.36 | 0.56 |
| Hex | 9A | B7 | 66 | 10 | 0 | 2C | 1C | 51 | 24 | 38 |
| Octal | 232 | 267 | 146 | 20 | 0 | 54 | 34 | 121 | 44 | 70 |
| Binary | 10011010 | 10110111 | 1100110 | 10000 | 0 | 101100 | 11100 | 1010001 | 100100 | 111000 |
Color Harmonies of #9AB766
Complementary color
Monochromatic Colors of #9AB766
Black with #9AB766
Text Example
Text Example
White with #9AB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB766; }
p { color: rgb(154,183,102); }
H1.HeaderClassName
{
color: #9AB766;
}
.AnyTagClassName
{
color: #9AB766;
}
</style>
background-color css
<style>
a { background-color: #9AB766; }
a { background-color: rgb(154,183,102); }
div.DivClassName
{
background-color: #9AB766;
}
.BgClassName
{
background-color: #9AB766;
}
</style>
border-color css
<style>
span { border-color: #9AB766; }
span { border-color: rgb(154,183,102); }
td.TdClassName
{
border-color: #9AB766;
}
.TagClassName
{
border-color: #9AB766;
}
</style>