Shades of Olivine #9AB57B
Tints of Olivine #9AB57B
RGB
CMYK
RGB Variations
Color information
#9AB57B (or 0x9AB57B) is known color: Olivine. HEX triplet: 9A, B5 and 7B. RGB value is (154,181,123). Sum of RGB (Red+Green+Blue) = 154+181+123=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB57B is #654A84. Grayscale: #A6A6A6. Windows color (decimal): -6638213 or 8107418. OLE color: 8107418.
HSL color Cylindrical-coordinate representation of color #9AB57B: hue angle of 87.93º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AB57B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 123 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.29 |
| HSL | 87.93º | 0.28% | 0.6% | - |
| HSV(B) | 87.93º | 0.32% | 0.71% | - |
| XYZ | 33.43 | 41.35 | 24.96 | - |
| YUV | 166.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 123 | 0.15 | 0 | 0.32 | 0.29 | 87.93 | 0.28 | 0.6 |
| Hex | 9A | B5 | 7B | F | 0 | 20 | 1D | 58 | 1C | 3C |
| Octal | 232 | 265 | 173 | 17 | 0 | 40 | 35 | 130 | 34 | 74 |
| Binary | 10011010 | 10110101 | 1111011 | 1111 | 0 | 100000 | 11101 | 1011000 | 11100 | 111100 |
Color Harmonies of #9AB57B
Complementary color
Monochromatic Colors of #9AB57B
Black with #9AB57B
Text Example
Text Example
White with #9AB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB57B; }
p { color: rgb(154,181,123); }
H1.HeaderClassName
{
color: #9AB57B;
}
.AnyTagClassName
{
color: #9AB57B;
}
</style>
background-color css
<style>
a { background-color: #9AB57B; }
a { background-color: rgb(154,181,123); }
div.DivClassName
{
background-color: #9AB57B;
}
.BgClassName
{
background-color: #9AB57B;
}
</style>
border-color css
<style>
span { border-color: #9AB57B; }
span { border-color: rgb(154,181,123); }
td.TdClassName
{
border-color: #9AB57B;
}
.TagClassName
{
border-color: #9AB57B;
}
</style>