Shades of Olivine #9AB565
Tints of Olivine #9AB565
RGB
CMYK
RGB Variations
Color information
#9AB565 (or 0x9AB565) is known color: Olivine. HEX triplet: 9A, B5 and 65. RGB value is (154,181,101). Sum of RGB (Red+Green+Blue) = 154+181+101=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB565 is #654A9A. Grayscale: #A4A4A4. Windows color (decimal): -6638235 or 6665626. OLE color: 6665626.
HSL color Cylindrical-coordinate representation of color #9AB565: hue angle of 80.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AB565 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 101 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.29 |
| HSL | 80.25º | 0.35% | 0.55% | - |
| HSV(B) | 80.25º | 0.44% | 0.71% | - |
| XYZ | 32.2 | 40.86 | 18.5 | - |
| YUV | 163.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 101 | 0.15 | 0 | 0.44 | 0.29 | 80.25 | 0.35 | 0.55 |
| Hex | 9A | B5 | 65 | F | 0 | 2C | 1D | 50 | 23 | 37 |
| Octal | 232 | 265 | 145 | 17 | 0 | 54 | 35 | 120 | 43 | 67 |
| Binary | 10011010 | 10110101 | 1100101 | 1111 | 0 | 101100 | 11101 | 1010000 | 100011 | 110111 |
Color Harmonies of #9AB565
Complementary color
Monochromatic Colors of #9AB565
Black with #9AB565
Text Example
Text Example
White with #9AB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB565; }
p { color: rgb(154,181,101); }
H1.HeaderClassName
{
color: #9AB565;
}
.AnyTagClassName
{
color: #9AB565;
}
</style>
background-color css
<style>
a { background-color: #9AB565; }
a { background-color: rgb(154,181,101); }
div.DivClassName
{
background-color: #9AB565;
}
.BgClassName
{
background-color: #9AB565;
}
</style>
border-color css
<style>
span { border-color: #9AB565; }
span { border-color: rgb(154,181,101); }
td.TdClassName
{
border-color: #9AB565;
}
.TagClassName
{
border-color: #9AB565;
}
</style>