Shades of Olivine #9AC074
Tints of Olivine #9AC074
RGB
CMYK
RGB Variations
Color information
#9AC074 (or 0x9AC074) is known color: Olivine. HEX triplet: 9A, C0 and 74. RGB value is (154,192,116). Sum of RGB (Red+Green+Blue) = 154+192+116=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC074 is #653F8B. Grayscale: #ACACAC. Windows color (decimal): -6635404 or 7651482. OLE color: 7651482.
HSL color Cylindrical-coordinate representation of color #9AC074: hue angle of 90º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AC074 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 116 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.25 |
| HSL | 90º | 0.38% | 0.6% | - |
| HSV(B) | 90º | 0.4% | 0.75% | - |
| XYZ | 35.33 | 45.83 | 23.51 | - |
| YUV | 171.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 116 | 0.20 | 0 | 0.40 | 0.25 | 90 | 0.38 | 0.6 |
| Hex | 9A | C0 | 74 | 14 | 0 | 28 | 19 | 5A | 26 | 3C |
| Octal | 232 | 300 | 164 | 24 | 0 | 50 | 31 | 132 | 46 | 74 |
| Binary | 10011010 | 11000000 | 1110100 | 10100 | 0 | 101000 | 11001 | 1011010 | 100110 | 111100 |
Color Harmonies of #9AC074
Complementary color
Monochromatic Colors of #9AC074
Black with #9AC074
Text Example
Text Example
White with #9AC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC074; }
p { color: rgb(154,192,116); }
H1.HeaderClassName
{
color: #9AC074;
}
.AnyTagClassName
{
color: #9AC074;
}
</style>
background-color css
<style>
a { background-color: #9AC074; }
a { background-color: rgb(154,192,116); }
div.DivClassName
{
background-color: #9AC074;
}
.BgClassName
{
background-color: #9AC074;
}
</style>
border-color css
<style>
span { border-color: #9AC074; }
span { border-color: rgb(154,192,116); }
td.TdClassName
{
border-color: #9AC074;
}
.TagClassName
{
border-color: #9AC074;
}
</style>