Shades of Olivine #9AC076
Tints of Olivine #9AC076
RGB
CMYK
RGB Variations
Color information
#9AC076 (or 0x9AC076) is known color: Olivine. HEX triplet: 9A, C0 and 76. RGB value is (154,192,118). Sum of RGB (Red+Green+Blue) = 154+192+118=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC076 is #653F89. Grayscale: #ACACAC. Windows color (decimal): -6635402 or 7782554. OLE color: 7782554.
HSL color Cylindrical-coordinate representation of color #9AC076: hue angle of 90.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC076 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 118 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.25 |
| HSL | 90.81º | 0.37% | 0.61% | - |
| HSV(B) | 90.81º | 0.39% | 0.75% | - |
| XYZ | 35.45 | 45.88 | 24.13 | - |
| YUV | 172.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 118 | 0.20 | 0 | 0.39 | 0.25 | 90.81 | 0.37 | 0.61 |
| Hex | 9A | C0 | 76 | 14 | 0 | 27 | 19 | 5B | 25 | 3D |
| Octal | 232 | 300 | 166 | 24 | 0 | 47 | 31 | 133 | 45 | 75 |
| Binary | 10011010 | 11000000 | 1110110 | 10100 | 0 | 100111 | 11001 | 1011011 | 100101 | 111101 |
Color Harmonies of #9AC076
Complementary color
Monochromatic Colors of #9AC076
Black with #9AC076
Text Example
Text Example
White with #9AC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC076; }
p { color: rgb(154,192,118); }
H1.HeaderClassName
{
color: #9AC076;
}
.AnyTagClassName
{
color: #9AC076;
}
</style>
background-color css
<style>
a { background-color: #9AC076; }
a { background-color: rgb(154,192,118); }
div.DivClassName
{
background-color: #9AC076;
}
.BgClassName
{
background-color: #9AC076;
}
</style>
border-color css
<style>
span { border-color: #9AC076; }
span { border-color: rgb(154,192,118); }
td.TdClassName
{
border-color: #9AC076;
}
.TagClassName
{
border-color: #9AC076;
}
</style>