Shades of Olivine #A8CA69
Tints of Olivine #A8CA69
RGB
CMYK
RGB Variations
Color information
#A8CA69 (or 0xA8CA69) is known color: Olivine. HEX triplet: A8, CA and 69. RGB value is (168,202,105). Sum of RGB (Red+Green+Blue) = 168+202+105=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA69 is #573596. Grayscale: #B5B5B5. Windows color (decimal): -5715351 or 6933160. OLE color: 6933160.
HSL color Cylindrical-coordinate representation of color #A8CA69: hue angle of 81.03º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8CA69 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 105 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.21 |
| HSL | 81.03º | 0.48% | 0.6% | - |
| HSV(B) | 81.03º | 0.48% | 0.79% | - |
| XYZ | 39.82 | 51.59 | 21.22 | - |
| YUV | 180.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 105 | 0.17 | 0 | 0.48 | 0.21 | 81.03 | 0.48 | 0.6 |
| Hex | A8 | CA | 69 | 11 | 0 | 30 | 15 | 51 | 30 | 3C |
| Octal | 250 | 312 | 151 | 21 | 0 | 60 | 25 | 121 | 60 | 74 |
| Binary | 10101000 | 11001010 | 1101001 | 10001 | 0 | 110000 | 10101 | 1010001 | 110000 | 111100 |
Color Harmonies of #A8CA69
Complementary color
Monochromatic Colors of #A8CA69
Black with #A8CA69
Text Example
Text Example
White with #A8CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA69; }
p { color: rgb(168,202,105); }
H1.HeaderClassName
{
color: #A8CA69;
}
.AnyTagClassName
{
color: #A8CA69;
}
</style>
background-color css
<style>
a { background-color: #A8CA69; }
a { background-color: rgb(168,202,105); }
div.DivClassName
{
background-color: #A8CA69;
}
.BgClassName
{
background-color: #A8CA69;
}
</style>
border-color css
<style>
span { border-color: #A8CA69; }
span { border-color: rgb(168,202,105); }
td.TdClassName
{
border-color: #A8CA69;
}
.TagClassName
{
border-color: #A8CA69;
}
</style>