Shades of Olivine #AAC668
Tints of Olivine #AAC668
RGB
CMYK
RGB Variations
Color information
#AAC668 (or 0xAAC668) is known color: Olivine. HEX triplet: AA, C6 and 68. RGB value is (170,198,104). Sum of RGB (Red+Green+Blue) = 170+198+104=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC668 is #553997. Grayscale: #B3B3B3. Windows color (decimal): -5585304 or 6866602. OLE color: 6866602.
HSL color Cylindrical-coordinate representation of color #AAC668: hue angle of 77.87º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC668 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 104 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.22 |
| HSL | 77.87º | 0.45% | 0.59% | - |
| HSV(B) | 77.87º | 0.47% | 0.78% | - |
| XYZ | 39.27 | 49.93 | 20.67 | - |
| YUV | 178.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 104 | 0.14 | 0 | 0.47 | 0.22 | 77.87 | 0.45 | 0.59 |
| Hex | AA | C6 | 68 | E | 0 | 2F | 16 | 4E | 2D | 3B |
| Octal | 252 | 306 | 150 | 16 | 0 | 57 | 26 | 116 | 55 | 73 |
| Binary | 10101010 | 11000110 | 1101000 | 1110 | 0 | 101111 | 10110 | 1001110 | 101101 | 111011 |
Color Harmonies of #AAC668
Complementary color
Monochromatic Colors of #AAC668
Black with #AAC668
Text Example
Text Example
White with #AAC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC668; }
p { color: rgb(170,198,104); }
H1.HeaderClassName
{
color: #AAC668;
}
.AnyTagClassName
{
color: #AAC668;
}
</style>
background-color css
<style>
a { background-color: #AAC668; }
a { background-color: rgb(170,198,104); }
div.DivClassName
{
background-color: #AAC668;
}
.BgClassName
{
background-color: #AAC668;
}
</style>
border-color css
<style>
span { border-color: #AAC668; }
span { border-color: rgb(170,198,104); }
td.TdClassName
{
border-color: #AAC668;
}
.TagClassName
{
border-color: #AAC668;
}
</style>