Shades of Olivine #9AB46B
Tints of Olivine #9AB46B
RGB
CMYK
RGB Variations
Color information
#9AB46B (or 0x9AB46B) is known color: Olivine. HEX triplet: 9A, B4 and 6B. RGB value is (154,180,107). Sum of RGB (Red+Green+Blue) = 154+180+107=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB46B is #654B94. Grayscale: #A4A4A4. Windows color (decimal): -6638485 or 7058586. OLE color: 7058586.
HSL color Cylindrical-coordinate representation of color #9AB46B: hue angle of 81.37º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AB46B is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 107 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.29 |
| HSL | 81.37º | 0.33% | 0.56% | - |
| HSV(B) | 81.37º | 0.41% | 0.71% | - |
| XYZ | 32.3 | 40.57 | 20.04 | - |
| YUV | 163.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 107 | 0.14 | 0 | 0.41 | 0.29 | 81.37 | 0.33 | 0.56 |
| Hex | 9A | B4 | 6B | E | 0 | 29 | 1D | 51 | 21 | 38 |
| Octal | 232 | 264 | 153 | 16 | 0 | 51 | 35 | 121 | 41 | 70 |
| Binary | 10011010 | 10110100 | 1101011 | 1110 | 0 | 101001 | 11101 | 1010001 | 100001 | 111000 |
Color Harmonies of #9AB46B
Complementary color
Monochromatic Colors of #9AB46B
Black with #9AB46B
Text Example
Text Example
White with #9AB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB46B; }
p { color: rgb(154,180,107); }
H1.HeaderClassName
{
color: #9AB46B;
}
.AnyTagClassName
{
color: #9AB46B;
}
</style>
background-color css
<style>
a { background-color: #9AB46B; }
a { background-color: rgb(154,180,107); }
div.DivClassName
{
background-color: #9AB46B;
}
.BgClassName
{
background-color: #9AB46B;
}
</style>
border-color css
<style>
span { border-color: #9AB46B; }
span { border-color: rgb(154,180,107); }
td.TdClassName
{
border-color: #9AB46B;
}
.TagClassName
{
border-color: #9AB46B;
}
</style>