Shades of Olivine #9AAC74
Tints of Olivine #9AAC74
RGB
CMYK
RGB Variations
Color information
#9AAC74 (or 0x9AAC74) is known color: Olivine. HEX triplet: 9A, AC and 74. RGB value is (154,172,116). Sum of RGB (Red+Green+Blue) = 154+172+116=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAC74 is #65538B. Grayscale: #A0A0A0. Windows color (decimal): -6640524 or 7646362. OLE color: 7646362.
HSL color Cylindrical-coordinate representation of color #9AAC74: hue angle of 79.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AAC74 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 116 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.33 |
| HSL | 79.29º | 0.25% | 0.56% | - |
| HSV(B) | 79.29º | 0.33% | 0.67% | - |
| XYZ | 31.23 | 37.64 | 22.14 | - |
| YUV | 160.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 116 | 0.10 | 0 | 0.33 | 0.33 | 79.29 | 0.25 | 0.56 |
| Hex | 9A | AC | 74 | A | 0 | 21 | 21 | 4F | 19 | 38 |
| Octal | 232 | 254 | 164 | 12 | 0 | 41 | 41 | 117 | 31 | 70 |
| Binary | 10011010 | 10101100 | 1110100 | 1010 | 0 | 100001 | 100001 | 1001111 | 11001 | 111000 |
Color Harmonies of #9AAC74
Complementary color
Monochromatic Colors of #9AAC74
Black with #9AAC74
Text Example
Text Example
White with #9AAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC74; }
p { color: rgb(154,172,116); }
H1.HeaderClassName
{
color: #9AAC74;
}
.AnyTagClassName
{
color: #9AAC74;
}
</style>
background-color css
<style>
a { background-color: #9AAC74; }
a { background-color: rgb(154,172,116); }
div.DivClassName
{
background-color: #9AAC74;
}
.BgClassName
{
background-color: #9AAC74;
}
</style>
border-color css
<style>
span { border-color: #9AAC74; }
span { border-color: rgb(154,172,116); }
td.TdClassName
{
border-color: #9AAC74;
}
.TagClassName
{
border-color: #9AAC74;
}
</style>