Shades of Olivine #A3C06F
Tints of Olivine #A3C06F
RGB
CMYK
RGB Variations
Color information
#A3C06F (or 0xA3C06F) is known color: Olivine. HEX triplet: A3, C0 and 6F. RGB value is (163,192,111). Sum of RGB (Red+Green+Blue) = 163+192+111=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C06F is #5C3F90. Grayscale: #AEAEAE. Windows color (decimal): -6045585 or 7323811. OLE color: 7323811.
HSL color Cylindrical-coordinate representation of color #A3C06F: hue angle of 81.48º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3C06F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 111 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.25 |
| HSL | 81.48º | 0.39% | 0.59% | - |
| HSV(B) | 81.48º | 0.42% | 0.75% | - |
| XYZ | 36.82 | 46.63 | 22.1 | - |
| YUV | 174.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 111 | 0.15 | 0 | 0.42 | 0.25 | 81.48 | 0.39 | 0.59 |
| Hex | A3 | C0 | 6F | F | 0 | 2A | 19 | 51 | 27 | 3B |
| Octal | 243 | 300 | 157 | 17 | 0 | 52 | 31 | 121 | 47 | 73 |
| Binary | 10100011 | 11000000 | 1101111 | 1111 | 0 | 101010 | 11001 | 1010001 | 100111 | 111011 |
Color Harmonies of #A3C06F
Complementary color
Monochromatic Colors of #A3C06F
Black with #A3C06F
Text Example
Text Example
White with #A3C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C06F; }
p { color: rgb(163,192,111); }
H1.HeaderClassName
{
color: #A3C06F;
}
.AnyTagClassName
{
color: #A3C06F;
}
</style>
background-color css
<style>
a { background-color: #A3C06F; }
a { background-color: rgb(163,192,111); }
div.DivClassName
{
background-color: #A3C06F;
}
.BgClassName
{
background-color: #A3C06F;
}
</style>
border-color css
<style>
span { border-color: #A3C06F; }
span { border-color: rgb(163,192,111); }
td.TdClassName
{
border-color: #A3C06F;
}
.TagClassName
{
border-color: #A3C06F;
}
</style>