Shades of Olivine #9ABC68
Tints of Olivine #9ABC68
RGB
CMYK
RGB Variations
Color information
#9ABC68 (or 0x9ABC68) is known color: Olivine. HEX triplet: 9A, BC and 68. RGB value is (154,188,104). Sum of RGB (Red+Green+Blue) = 154+188+104=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC68 is #654397. Grayscale: #A8A8A8. Windows color (decimal): -6636440 or 6864026. OLE color: 6864026.
HSL color Cylindrical-coordinate representation of color #9ABC68: hue angle of 84.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ABC68 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 104 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.26 |
| HSL | 84.29º | 0.39% | 0.57% | - |
| HSV(B) | 84.29º | 0.45% | 0.74% | - |
| XYZ | 33.81 | 43.84 | 19.78 | - |
| YUV | 168.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 104 | 0.18 | 0 | 0.45 | 0.26 | 84.29 | 0.39 | 0.57 |
| Hex | 9A | BC | 68 | 12 | 0 | 2D | 1A | 54 | 27 | 39 |
| Octal | 232 | 274 | 150 | 22 | 0 | 55 | 32 | 124 | 47 | 71 |
| Binary | 10011010 | 10111100 | 1101000 | 10010 | 0 | 101101 | 11010 | 1010100 | 100111 | 111001 |
Color Harmonies of #9ABC68
Complementary color
Monochromatic Colors of #9ABC68
Black with #9ABC68
Text Example
Text Example
White with #9ABC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC68; }
p { color: rgb(154,188,104); }
H1.HeaderClassName
{
color: #9ABC68;
}
.AnyTagClassName
{
color: #9ABC68;
}
</style>
background-color css
<style>
a { background-color: #9ABC68; }
a { background-color: rgb(154,188,104); }
div.DivClassName
{
background-color: #9ABC68;
}
.BgClassName
{
background-color: #9ABC68;
}
</style>
border-color css
<style>
span { border-color: #9ABC68; }
span { border-color: rgb(154,188,104); }
td.TdClassName
{
border-color: #9ABC68;
}
.TagClassName
{
border-color: #9ABC68;
}
</style>