Shades of Olivine #A3C06D
Tints of Olivine #A3C06D
RGB
CMYK
RGB Variations
Color information
#A3C06D (or 0xA3C06D) is known color: Olivine. HEX triplet: A3, C0 and 6D. RGB value is (163,192,109). Sum of RGB (Red+Green+Blue) = 163+192+109=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C06D is #5C3F92. Grayscale: #AEAEAE. Windows color (decimal): -6045587 or 7192739. OLE color: 7192739.
HSL color Cylindrical-coordinate representation of color #A3C06D: hue angle of 80.96º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3C06D is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 109 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.25 |
| HSL | 80.96º | 0.4% | 0.59% | - |
| HSV(B) | 80.96º | 0.43% | 0.75% | - |
| XYZ | 36.71 | 46.59 | 21.53 | - |
| YUV | 173.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 109 | 0.15 | 0 | 0.43 | 0.25 | 80.96 | 0.4 | 0.59 |
| Hex | A3 | C0 | 6D | F | 0 | 2B | 19 | 51 | 28 | 3B |
| Octal | 243 | 300 | 155 | 17 | 0 | 53 | 31 | 121 | 50 | 73 |
| Binary | 10100011 | 11000000 | 1101101 | 1111 | 0 | 101011 | 11001 | 1010001 | 101000 | 111011 |
Color Harmonies of #A3C06D
Complementary color
Monochromatic Colors of #A3C06D
Black with #A3C06D
Text Example
Text Example
White with #A3C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C06D; }
p { color: rgb(163,192,109); }
H1.HeaderClassName
{
color: #A3C06D;
}
.AnyTagClassName
{
color: #A3C06D;
}
</style>
background-color css
<style>
a { background-color: #A3C06D; }
a { background-color: rgb(163,192,109); }
div.DivClassName
{
background-color: #A3C06D;
}
.BgClassName
{
background-color: #A3C06D;
}
</style>
border-color css
<style>
span { border-color: #A3C06D; }
span { border-color: rgb(163,192,109); }
td.TdClassName
{
border-color: #A3C06D;
}
.TagClassName
{
border-color: #A3C06D;
}
</style>