Shades of Olivine #AAC769
Tints of Olivine #AAC769
RGB
CMYK
RGB Variations
Color information
#AAC769 (or 0xAAC769) is known color: Olivine. HEX triplet: AA, C7 and 69. RGB value is (170,199,105). Sum of RGB (Red+Green+Blue) = 170+199+105=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC769 is #553896. Grayscale: #B3B3B3. Windows color (decimal): -5585047 or 6932394. OLE color: 6932394.
HSL color Cylindrical-coordinate representation of color #AAC769: hue angle of 78.51º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC769 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 105 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.22 |
| HSL | 78.51º | 0.46% | 0.6% | - |
| HSV(B) | 78.51º | 0.47% | 0.78% | - |
| XYZ | 39.55 | 50.41 | 21.01 | - |
| YUV | 179.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 105 | 0.15 | 0 | 0.47 | 0.22 | 78.51 | 0.46 | 0.6 |
| Hex | AA | C7 | 69 | F | 0 | 2F | 16 | 4F | 2E | 3C |
| Octal | 252 | 307 | 151 | 17 | 0 | 57 | 26 | 117 | 56 | 74 |
| Binary | 10101010 | 11000111 | 1101001 | 1111 | 0 | 101111 | 10110 | 1001111 | 101110 | 111100 |
Color Harmonies of #AAC769
Complementary color
Monochromatic Colors of #AAC769
Black with #AAC769
Text Example
Text Example
White with #AAC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC769; }
p { color: rgb(170,199,105); }
H1.HeaderClassName
{
color: #AAC769;
}
.AnyTagClassName
{
color: #AAC769;
}
</style>
background-color css
<style>
a { background-color: #AAC769; }
a { background-color: rgb(170,199,105); }
div.DivClassName
{
background-color: #AAC769;
}
.BgClassName
{
background-color: #AAC769;
}
</style>
border-color css
<style>
span { border-color: #AAC769; }
span { border-color: rgb(170,199,105); }
td.TdClassName
{
border-color: #AAC769;
}
.TagClassName
{
border-color: #AAC769;
}
</style>