Shades of Olivine #9ABC6A
Tints of Olivine #9ABC6A
RGB
CMYK
RGB Variations
Color information
#9ABC6A (or 0x9ABC6A) is known color: Olivine. HEX triplet: 9A, BC and 6A. RGB value is (154,188,106). Sum of RGB (Red+Green+Blue) = 154+188+106=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC6A is #654395. Grayscale: #A8A8A8. Windows color (decimal): -6636438 or 6995098. OLE color: 6995098.
HSL color Cylindrical-coordinate representation of color #9ABC6A: hue angle of 84.88º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ABC6A is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 106 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.26 |
| HSL | 84.88º | 0.38% | 0.58% | - |
| HSV(B) | 84.88º | 0.44% | 0.74% | - |
| XYZ | 33.91 | 43.88 | 20.32 | - |
| YUV | 168.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 106 | 0.18 | 0 | 0.44 | 0.26 | 84.88 | 0.38 | 0.58 |
| Hex | 9A | BC | 6A | 12 | 0 | 2C | 1A | 55 | 26 | 3A |
| Octal | 232 | 274 | 152 | 22 | 0 | 54 | 32 | 125 | 46 | 72 |
| Binary | 10011010 | 10111100 | 1101010 | 10010 | 0 | 101100 | 11010 | 1010101 | 100110 | 111010 |
Color Harmonies of #9ABC6A
Complementary color
Monochromatic Colors of #9ABC6A
Black with #9ABC6A
Text Example
Text Example
White with #9ABC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC6A; }
p { color: rgb(154,188,106); }
H1.HeaderClassName
{
color: #9ABC6A;
}
.AnyTagClassName
{
color: #9ABC6A;
}
</style>
background-color css
<style>
a { background-color: #9ABC6A; }
a { background-color: rgb(154,188,106); }
div.DivClassName
{
background-color: #9ABC6A;
}
.BgClassName
{
background-color: #9ABC6A;
}
</style>
border-color css
<style>
span { border-color: #9ABC6A; }
span { border-color: rgb(154,188,106); }
td.TdClassName
{
border-color: #9ABC6A;
}
.TagClassName
{
border-color: #9ABC6A;
}
</style>