Shades of Olivine #A2C67D
Tints of Olivine #A2C67D
RGB
CMYK
RGB Variations
Color information
#A2C67D (or 0xA2C67D) is known color: Olivine. HEX triplet: A2, C6 and 7D. RGB value is (162,198,125). Sum of RGB (Red+Green+Blue) = 162+198+125=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C67D is #5D3982. Grayscale: #B3B3B3. Windows color (decimal): -6109571 or 8242850. OLE color: 8242850.
HSL color Cylindrical-coordinate representation of color #A2C67D: hue angle of 89.59º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2C67D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 125 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.22 |
| HSL | 89.59º | 0.39% | 0.63% | - |
| HSV(B) | 89.59º | 0.37% | 0.78% | - |
| XYZ | 38.8 | 49.55 | 26.92 | - |
| YUV | 178.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 125 | 0.18 | 0 | 0.37 | 0.22 | 89.59 | 0.39 | 0.63 |
| Hex | A2 | C6 | 7D | 12 | 0 | 25 | 16 | 5A | 27 | 3F |
| Octal | 242 | 306 | 175 | 22 | 0 | 45 | 26 | 132 | 47 | 77 |
| Binary | 10100010 | 11000110 | 1111101 | 10010 | 0 | 100101 | 10110 | 1011010 | 100111 | 111111 |
Color Harmonies of #A2C67D
Complementary color
Monochromatic Colors of #A2C67D
Black with #A2C67D
Text Example
Text Example
White with #A2C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C67D; }
p { color: rgb(162,198,125); }
H1.HeaderClassName
{
color: #A2C67D;
}
.AnyTagClassName
{
color: #A2C67D;
}
</style>
background-color css
<style>
a { background-color: #A2C67D; }
a { background-color: rgb(162,198,125); }
div.DivClassName
{
background-color: #A2C67D;
}
.BgClassName
{
background-color: #A2C67D;
}
</style>
border-color css
<style>
span { border-color: #A2C67D; }
span { border-color: rgb(162,198,125); }
td.TdClassName
{
border-color: #A2C67D;
}
.TagClassName
{
border-color: #A2C67D;
}
</style>