Shades of Olivine #A3C068
Tints of Olivine #A3C068
RGB
CMYK
RGB Variations
Color information
#A3C068 (or 0xA3C068) is known color: Olivine. HEX triplet: A3, C0 and 68. RGB value is (163,192,104). Sum of RGB (Red+Green+Blue) = 163+192+104=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C068 is #5C3F97. Grayscale: #ADADAD. Windows color (decimal): -6045592 or 6865059. OLE color: 6865059.
HSL color Cylindrical-coordinate representation of color #A3C068: hue angle of 79.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3C068 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 104 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.25 |
| HSL | 79.77º | 0.41% | 0.58% | - |
| HSV(B) | 79.77º | 0.46% | 0.75% | - |
| XYZ | 36.45 | 46.49 | 20.15 | - |
| YUV | 173.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 104 | 0.15 | 0 | 0.46 | 0.25 | 79.77 | 0.41 | 0.58 |
| Hex | A3 | C0 | 68 | F | 0 | 2E | 19 | 50 | 29 | 3A |
| Octal | 243 | 300 | 150 | 17 | 0 | 56 | 31 | 120 | 51 | 72 |
| Binary | 10100011 | 11000000 | 1101000 | 1111 | 0 | 101110 | 11001 | 1010000 | 101001 | 111010 |
Color Harmonies of #A3C068
Complementary color
Monochromatic Colors of #A3C068
Black with #A3C068
Text Example
Text Example
White with #A3C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C068; }
p { color: rgb(163,192,104); }
H1.HeaderClassName
{
color: #A3C068;
}
.AnyTagClassName
{
color: #A3C068;
}
</style>
background-color css
<style>
a { background-color: #A3C068; }
a { background-color: rgb(163,192,104); }
div.DivClassName
{
background-color: #A3C068;
}
.BgClassName
{
background-color: #A3C068;
}
</style>
border-color css
<style>
span { border-color: #A3C068; }
span { border-color: rgb(163,192,104); }
td.TdClassName
{
border-color: #A3C068;
}
.TagClassName
{
border-color: #A3C068;
}
</style>