Shades of Olivine #9ABD7B
Tints of Olivine #9ABD7B
RGB
CMYK
RGB Variations
Color information
#9ABD7B (or 0x9ABD7B) is known color: Olivine. HEX triplet: 9A, BD and 7B. RGB value is (154,189,123). Sum of RGB (Red+Green+Blue) = 154+189+123=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD7B is #654284. Grayscale: #ABABAB. Windows color (decimal): -6636165 or 8109466. OLE color: 8109466.
HSL color Cylindrical-coordinate representation of color #9ABD7B: hue angle of 91.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ABD7B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 123 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.26 |
| HSL | 91.82º | 0.33% | 0.61% | - |
| HSV(B) | 91.82º | 0.35% | 0.74% | - |
| XYZ | 35.1 | 44.7 | 25.52 | - |
| YUV | 171.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 123 | 0.19 | 0 | 0.35 | 0.26 | 91.82 | 0.33 | 0.61 |
| Hex | 9A | BD | 7B | 13 | 0 | 23 | 1A | 5C | 21 | 3D |
| Octal | 232 | 275 | 173 | 23 | 0 | 43 | 32 | 134 | 41 | 75 |
| Binary | 10011010 | 10111101 | 1111011 | 10011 | 0 | 100011 | 11010 | 1011100 | 100001 | 111101 |
Color Harmonies of #9ABD7B
Complementary color
Monochromatic Colors of #9ABD7B
Black with #9ABD7B
Text Example
Text Example
White with #9ABD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD7B; }
p { color: rgb(154,189,123); }
H1.HeaderClassName
{
color: #9ABD7B;
}
.AnyTagClassName
{
color: #9ABD7B;
}
</style>
background-color css
<style>
a { background-color: #9ABD7B; }
a { background-color: rgb(154,189,123); }
div.DivClassName
{
background-color: #9ABD7B;
}
.BgClassName
{
background-color: #9ABD7B;
}
</style>
border-color css
<style>
span { border-color: #9ABD7B; }
span { border-color: rgb(154,189,123); }
td.TdClassName
{
border-color: #9ABD7B;
}
.TagClassName
{
border-color: #9ABD7B;
}
</style>