Shades of Olivine #A3C07B
Tints of Olivine #A3C07B
RGB
CMYK
RGB Variations
Color information
#A3C07B (or 0xA3C07B) is known color: Olivine. HEX triplet: A3, C0 and 7B. RGB value is (163,192,123). Sum of RGB (Red+Green+Blue) = 163+192+123=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C07B is #5C3F84. Grayscale: #AFAFAF. Windows color (decimal): -6045573 or 8110243. OLE color: 8110243.
HSL color Cylindrical-coordinate representation of color #A3C07B: hue angle of 85.22º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C07B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 123 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.25 |
| HSL | 85.22º | 0.35% | 0.62% | - |
| HSV(B) | 85.22º | 0.36% | 0.75% | - |
| XYZ | 37.53 | 46.92 | 25.82 | - |
| YUV | 175.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 123 | 0.15 | 0 | 0.36 | 0.25 | 85.22 | 0.35 | 0.62 |
| Hex | A3 | C0 | 7B | F | 0 | 24 | 19 | 55 | 23 | 3E |
| Octal | 243 | 300 | 173 | 17 | 0 | 44 | 31 | 125 | 43 | 76 |
| Binary | 10100011 | 11000000 | 1111011 | 1111 | 0 | 100100 | 11001 | 1010101 | 100011 | 111110 |
Color Harmonies of #A3C07B
Complementary color
Monochromatic Colors of #A3C07B
Black with #A3C07B
Text Example
Text Example
White with #A3C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C07B; }
p { color: rgb(163,192,123); }
H1.HeaderClassName
{
color: #A3C07B;
}
.AnyTagClassName
{
color: #A3C07B;
}
</style>
background-color css
<style>
a { background-color: #A3C07B; }
a { background-color: rgb(163,192,123); }
div.DivClassName
{
background-color: #A3C07B;
}
.BgClassName
{
background-color: #A3C07B;
}
</style>
border-color css
<style>
span { border-color: #A3C07B; }
span { border-color: rgb(163,192,123); }
td.TdClassName
{
border-color: #A3C07B;
}
.TagClassName
{
border-color: #A3C07B;
}
</style>