Shades of Olivine #9ACB73
Tints of Olivine #9ACB73
RGB
CMYK
RGB Variations
Color information
#9ACB73 (or 0x9ACB73) is known color: Olivine. HEX triplet: 9A, CB and 73. RGB value is (154,203,115). Sum of RGB (Red+Green+Blue) = 154+203+115=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB73 is #65348C. Grayscale: #B2B2B2. Windows color (decimal): -6632589 or 7588762. OLE color: 7588762.
HSL color Cylindrical-coordinate representation of color #9ACB73: hue angle of 93.41º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ACB73 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 115 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.20 |
| HSL | 93.41º | 0.46% | 0.62% | - |
| HSV(B) | 93.41º | 0.43% | 0.8% | - |
| XYZ | 37.78 | 50.82 | 24.04 | - |
| YUV | 178.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 115 | 0.24 | 0 | 0.43 | 0.20 | 93.41 | 0.46 | 0.62 |
| Hex | 9A | CB | 73 | 18 | 0 | 2B | 14 | 5D | 2E | 3E |
| Octal | 232 | 313 | 163 | 30 | 0 | 53 | 24 | 135 | 56 | 76 |
| Binary | 10011010 | 11001011 | 1110011 | 11000 | 0 | 101011 | 10100 | 1011101 | 101110 | 111110 |
Color Harmonies of #9ACB73
Complementary color
Monochromatic Colors of #9ACB73
Black with #9ACB73
Text Example
Text Example
White with #9ACB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB73; }
p { color: rgb(154,203,115); }
H1.HeaderClassName
{
color: #9ACB73;
}
.AnyTagClassName
{
color: #9ACB73;
}
</style>
background-color css
<style>
a { background-color: #9ACB73; }
a { background-color: rgb(154,203,115); }
div.DivClassName
{
background-color: #9ACB73;
}
.BgClassName
{
background-color: #9ACB73;
}
</style>
border-color css
<style>
span { border-color: #9ACB73; }
span { border-color: rgb(154,203,115); }
td.TdClassName
{
border-color: #9ACB73;
}
.TagClassName
{
border-color: #9ACB73;
}
</style>