Shades of Olivine #A9C768
Tints of Olivine #A9C768
RGB
CMYK
RGB Variations
Color information
#A9C768 (or 0xA9C768) is known color: Olivine. HEX triplet: A9, C7 and 68. RGB value is (169,199,104). Sum of RGB (Red+Green+Blue) = 169+199+104=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C768 is #563897. Grayscale: #B3B3B3. Windows color (decimal): -5650584 or 6866857. OLE color: 6866857.
HSL color Cylindrical-coordinate representation of color #A9C768: hue angle of 78.95º 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 #A9C768 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 199 | 104 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.22 |
| HSL | 78.95º | 0.46% | 0.59% | - |
| HSV(B) | 78.95º | 0.48% | 0.78% | - |
| XYZ | 39.28 | 50.28 | 20.73 | - |
| YUV | 179.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 199 | 104 | 0.15 | 0 | 0.48 | 0.22 | 78.95 | 0.46 | 0.59 |
| Hex | A9 | C7 | 68 | F | 0 | 30 | 16 | 4F | 2E | 3B |
| Octal | 251 | 307 | 150 | 17 | 0 | 60 | 26 | 117 | 56 | 73 |
| Binary | 10101001 | 11000111 | 1101000 | 1111 | 0 | 110000 | 10110 | 1001111 | 101110 | 111011 |
Color Harmonies of #A9C768
Complementary color
Monochromatic Colors of #A9C768
Black with #A9C768
Text Example
Text Example
White with #A9C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C768; }
p { color: rgb(169,199,104); }
H1.HeaderClassName
{
color: #A9C768;
}
.AnyTagClassName
{
color: #A9C768;
}
</style>
background-color css
<style>
a { background-color: #A9C768; }
a { background-color: rgb(169,199,104); }
div.DivClassName
{
background-color: #A9C768;
}
.BgClassName
{
background-color: #A9C768;
}
</style>
border-color css
<style>
span { border-color: #A9C768; }
span { border-color: rgb(169,199,104); }
td.TdClassName
{
border-color: #A9C768;
}
.TagClassName
{
border-color: #A9C768;
}
</style>