Shades of Olivine #9ABC7B
Tints of Olivine #9ABC7B
RGB
CMYK
RGB Variations
Color information
#9ABC7B (or 0x9ABC7B) is known color: Olivine. HEX triplet: 9A, BC and 7B. RGB value is (154,188,123). Sum of RGB (Red+Green+Blue) = 154+188+123=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC7B is #654384. Grayscale: #AAAAAA. Windows color (decimal): -6636421 or 8109210. OLE color: 8109210.
HSL color Cylindrical-coordinate representation of color #9ABC7B: hue angle of 91.38º 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 #9ABC7B is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 123 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.26 |
| HSL | 91.38º | 0.33% | 0.61% | - |
| HSV(B) | 91.38º | 0.35% | 0.74% | - |
| XYZ | 34.88 | 44.27 | 25.44 | - |
| YUV | 170.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 123 | 0.18 | 0 | 0.35 | 0.26 | 91.38 | 0.33 | 0.61 |
| Hex | 9A | BC | 7B | 12 | 0 | 23 | 1A | 5B | 21 | 3D |
| Octal | 232 | 274 | 173 | 22 | 0 | 43 | 32 | 133 | 41 | 75 |
| Binary | 10011010 | 10111100 | 1111011 | 10010 | 0 | 100011 | 11010 | 1011011 | 100001 | 111101 |
Color Harmonies of #9ABC7B
Complementary color
Monochromatic Colors of #9ABC7B
Black with #9ABC7B
Text Example
Text Example
White with #9ABC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC7B; }
p { color: rgb(154,188,123); }
H1.HeaderClassName
{
color: #9ABC7B;
}
.AnyTagClassName
{
color: #9ABC7B;
}
</style>
background-color css
<style>
a { background-color: #9ABC7B; }
a { background-color: rgb(154,188,123); }
div.DivClassName
{
background-color: #9ABC7B;
}
.BgClassName
{
background-color: #9ABC7B;
}
</style>
border-color css
<style>
span { border-color: #9ABC7B; }
span { border-color: rgb(154,188,123); }
td.TdClassName
{
border-color: #9ABC7B;
}
.TagClassName
{
border-color: #9ABC7B;
}
</style>