Shades of Olivine #9ABE7B
Tints of Olivine #9ABE7B
RGB
CMYK
RGB Variations
Color information
#9ABE7B (or 0x9ABE7B) is known color: Olivine. HEX triplet: 9A, BE and 7B. RGB value is (154,190,123). Sum of RGB (Red+Green+Blue) = 154+190+123=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE7B is #654184. Grayscale: #ABABAB. Windows color (decimal): -6635909 or 8109722. OLE color: 8109722.
HSL color Cylindrical-coordinate representation of color #9ABE7B: hue angle of 92.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ABE7B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 123 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.25 |
| HSL | 92.24º | 0.34% | 0.61% | - |
| HSV(B) | 92.24º | 0.35% | 0.75% | - |
| XYZ | 35.32 | 45.13 | 25.59 | - |
| YUV | 171.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 123 | 0.19 | 0 | 0.35 | 0.25 | 92.24 | 0.34 | 0.61 |
| Hex | 9A | BE | 7B | 13 | 0 | 23 | 19 | 5C | 22 | 3D |
| Octal | 232 | 276 | 173 | 23 | 0 | 43 | 31 | 134 | 42 | 75 |
| Binary | 10011010 | 10111110 | 1111011 | 10011 | 0 | 100011 | 11001 | 1011100 | 100010 | 111101 |
Color Harmonies of #9ABE7B
Complementary color
Monochromatic Colors of #9ABE7B
Black with #9ABE7B
Text Example
Text Example
White with #9ABE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE7B; }
p { color: rgb(154,190,123); }
H1.HeaderClassName
{
color: #9ABE7B;
}
.AnyTagClassName
{
color: #9ABE7B;
}
</style>
background-color css
<style>
a { background-color: #9ABE7B; }
a { background-color: rgb(154,190,123); }
div.DivClassName
{
background-color: #9ABE7B;
}
.BgClassName
{
background-color: #9ABE7B;
}
</style>
border-color css
<style>
span { border-color: #9ABE7B; }
span { border-color: rgb(154,190,123); }
td.TdClassName
{
border-color: #9ABE7B;
}
.TagClassName
{
border-color: #9ABE7B;
}
</style>