Shades of Olivine #A3CA79
Tints of Olivine #A3CA79
RGB
CMYK
RGB Variations
Color information
#A3CA79 (or 0xA3CA79) is known color: Olivine. HEX triplet: A3, CA and 79. RGB value is (163,202,121). Sum of RGB (Red+Green+Blue) = 163+202+121=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA79 is #5C3586. Grayscale: #B5B5B5. Windows color (decimal): -6043015 or 7981731. OLE color: 7981731.
HSL color Cylindrical-coordinate representation of color #A3CA79: hue angle of 88.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3CA79 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 121 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.21 |
| HSL | 88.89º | 0.43% | 0.63% | - |
| HSV(B) | 88.89º | 0.4% | 0.79% | - |
| XYZ | 39.68 | 51.41 | 25.92 | - |
| YUV | 181.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 121 | 0.19 | 0 | 0.40 | 0.21 | 88.89 | 0.43 | 0.63 |
| Hex | A3 | CA | 79 | 13 | 0 | 28 | 15 | 59 | 2B | 3F |
| Octal | 243 | 312 | 171 | 23 | 0 | 50 | 25 | 131 | 53 | 77 |
| Binary | 10100011 | 11001010 | 1111001 | 10011 | 0 | 101000 | 10101 | 1011001 | 101011 | 111111 |
Color Harmonies of #A3CA79
Complementary color
Monochromatic Colors of #A3CA79
Black with #A3CA79
Text Example
Text Example
White with #A3CA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA79; }
p { color: rgb(163,202,121); }
H1.HeaderClassName
{
color: #A3CA79;
}
.AnyTagClassName
{
color: #A3CA79;
}
</style>
background-color css
<style>
a { background-color: #A3CA79; }
a { background-color: rgb(163,202,121); }
div.DivClassName
{
background-color: #A3CA79;
}
.BgClassName
{
background-color: #A3CA79;
}
</style>
border-color css
<style>
span { border-color: #A3CA79; }
span { border-color: rgb(163,202,121); }
td.TdClassName
{
border-color: #A3CA79;
}
.TagClassName
{
border-color: #A3CA79;
}
</style>