Shades of Olivine #AAC768
Tints of Olivine #AAC768
RGB
CMYK
RGB Variations
Color information
#AAC768 (or 0xAAC768) is known color: Olivine. HEX triplet: AA, C7 and 68. RGB value is (170,199,104). Sum of RGB (Red+Green+Blue) = 170+199+104=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC768 is #553897. Grayscale: #B3B3B3. Windows color (decimal): -5585048 or 6866858. OLE color: 6866858.
HSL color Cylindrical-coordinate representation of color #AAC768: hue angle of 78.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC768 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 104 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.22 |
| HSL | 78.32º | 0.46% | 0.59% | - |
| HSV(B) | 78.32º | 0.48% | 0.78% | - |
| XYZ | 39.5 | 50.39 | 20.74 | - |
| YUV | 179.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 104 | 0.15 | 0 | 0.48 | 0.22 | 78.32 | 0.46 | 0.59 |
| Hex | AA | C7 | 68 | F | 0 | 30 | 16 | 4E | 2E | 3B |
| Octal | 252 | 307 | 150 | 17 | 0 | 60 | 26 | 116 | 56 | 73 |
| Binary | 10101010 | 11000111 | 1101000 | 1111 | 0 | 110000 | 10110 | 1001110 | 101110 | 111011 |
Color Harmonies of #AAC768
Complementary color
Monochromatic Colors of #AAC768
Black with #AAC768
Text Example
Text Example
White with #AAC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC768; }
p { color: rgb(170,199,104); }
H1.HeaderClassName
{
color: #AAC768;
}
.AnyTagClassName
{
color: #AAC768;
}
</style>
background-color css
<style>
a { background-color: #AAC768; }
a { background-color: rgb(170,199,104); }
div.DivClassName
{
background-color: #AAC768;
}
.BgClassName
{
background-color: #AAC768;
}
</style>
border-color css
<style>
span { border-color: #AAC768; }
span { border-color: rgb(170,199,104); }
td.TdClassName
{
border-color: #AAC768;
}
.TagClassName
{
border-color: #AAC768;
}
</style>