Shades of Olivine #A7C16D
Tints of Olivine #A7C16D
RGB
CMYK
RGB Variations
Color information
#A7C16D (or 0xA7C16D) is known color: Olivine. HEX triplet: A7, C1 and 6D. RGB value is (167,193,109). Sum of RGB (Red+Green+Blue) = 167+193+109=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C16D is #583E92. Grayscale: #AFAFAF. Windows color (decimal): -5783187 or 7192999. OLE color: 7192999.
HSL color Cylindrical-coordinate representation of color #A7C16D: hue angle of 78.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7C16D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 109 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.24 |
| HSL | 78.57º | 0.4% | 0.59% | - |
| HSV(B) | 78.57º | 0.44% | 0.76% | - |
| XYZ | 37.77 | 47.46 | 21.64 | - |
| YUV | 175.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 109 | 0.13 | 0 | 0.44 | 0.24 | 78.57 | 0.4 | 0.59 |
| Hex | A7 | C1 | 6D | D | 0 | 2C | 18 | 4F | 28 | 3B |
| Octal | 247 | 301 | 155 | 15 | 0 | 54 | 30 | 117 | 50 | 73 |
| Binary | 10100111 | 11000001 | 1101101 | 1101 | 0 | 101100 | 11000 | 1001111 | 101000 | 111011 |
Color Harmonies of #A7C16D
Complementary color
Monochromatic Colors of #A7C16D
Black with #A7C16D
Text Example
Text Example
White with #A7C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C16D; }
p { color: rgb(167,193,109); }
H1.HeaderClassName
{
color: #A7C16D;
}
.AnyTagClassName
{
color: #A7C16D;
}
</style>
background-color css
<style>
a { background-color: #A7C16D; }
a { background-color: rgb(167,193,109); }
div.DivClassName
{
background-color: #A7C16D;
}
.BgClassName
{
background-color: #A7C16D;
}
</style>
border-color css
<style>
span { border-color: #A7C16D; }
span { border-color: rgb(167,193,109); }
td.TdClassName
{
border-color: #A7C16D;
}
.TagClassName
{
border-color: #A7C16D;
}
</style>