Shades of Olivine #A9CA68
Tints of Olivine #A9CA68
RGB
CMYK
RGB Variations
Color information
#A9CA68 (or 0xA9CA68) is known color: Olivine. HEX triplet: A9, CA and 68. RGB value is (169,202,104). Sum of RGB (Red+Green+Blue) = 169+202+104=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA68 is #563597. Grayscale: #B5B5B5. Windows color (decimal): -5649816 or 6867625. OLE color: 6867625.
HSL color Cylindrical-coordinate representation of color #A9CA68: hue angle of 80.2º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9CA68 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 104 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.21 |
| HSL | 80.2º | 0.48% | 0.6% | - |
| HSV(B) | 80.2º | 0.49% | 0.79% | - |
| XYZ | 39.98 | 51.68 | 20.96 | - |
| YUV | 180.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 104 | 0.16 | 0 | 0.49 | 0.21 | 80.2 | 0.48 | 0.6 |
| Hex | A9 | CA | 68 | 10 | 0 | 31 | 15 | 50 | 30 | 3C |
| Octal | 251 | 312 | 150 | 20 | 0 | 61 | 25 | 120 | 60 | 74 |
| Binary | 10101001 | 11001010 | 1101000 | 10000 | 0 | 110001 | 10101 | 1010000 | 110000 | 111100 |
Color Harmonies of #A9CA68
Complementary color
Monochromatic Colors of #A9CA68
Black with #A9CA68
Text Example
Text Example
White with #A9CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA68; }
p { color: rgb(169,202,104); }
H1.HeaderClassName
{
color: #A9CA68;
}
.AnyTagClassName
{
color: #A9CA68;
}
</style>
background-color css
<style>
a { background-color: #A9CA68; }
a { background-color: rgb(169,202,104); }
div.DivClassName
{
background-color: #A9CA68;
}
.BgClassName
{
background-color: #A9CA68;
}
</style>
border-color css
<style>
span { border-color: #A9CA68; }
span { border-color: rgb(169,202,104); }
td.TdClassName
{
border-color: #A9CA68;
}
.TagClassName
{
border-color: #A9CA68;
}
</style>