Shades of Olivine #AAC568
Tints of Olivine #AAC568
RGB
CMYK
RGB Variations
Color information
#AAC568 (or 0xAAC568) is known color: Olivine. HEX triplet: AA, C5 and 68. RGB value is (170,197,104). Sum of RGB (Red+Green+Blue) = 170+197+104=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC568 is #553A97. Grayscale: #B2B2B2. Windows color (decimal): -5585560 or 6866346. OLE color: 6866346.
HSL color Cylindrical-coordinate representation of color #AAC568: hue angle of 77.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC568 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 104 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.23 |
| HSL | 77.42º | 0.44% | 0.59% | - |
| HSV(B) | 77.42º | 0.47% | 0.77% | - |
| XYZ | 39.04 | 49.48 | 20.59 | - |
| YUV | 178.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 104 | 0.14 | 0 | 0.47 | 0.23 | 77.42 | 0.44 | 0.59 |
| Hex | AA | C5 | 68 | E | 0 | 2F | 17 | 4D | 2C | 3B |
| Octal | 252 | 305 | 150 | 16 | 0 | 57 | 27 | 115 | 54 | 73 |
| Binary | 10101010 | 11000101 | 1101000 | 1110 | 0 | 101111 | 10111 | 1001101 | 101100 | 111011 |
Color Harmonies of #AAC568
Complementary color
Monochromatic Colors of #AAC568
Black with #AAC568
Text Example
Text Example
White with #AAC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC568; }
p { color: rgb(170,197,104); }
H1.HeaderClassName
{
color: #AAC568;
}
.AnyTagClassName
{
color: #AAC568;
}
</style>
background-color css
<style>
a { background-color: #AAC568; }
a { background-color: rgb(170,197,104); }
div.DivClassName
{
background-color: #AAC568;
}
.BgClassName
{
background-color: #AAC568;
}
</style>
border-color css
<style>
span { border-color: #AAC568; }
span { border-color: rgb(170,197,104); }
td.TdClassName
{
border-color: #AAC568;
}
.TagClassName
{
border-color: #AAC568;
}
</style>