Shades of Olivine #A4C67D
Tints of Olivine #A4C67D
RGB
CMYK
RGB Variations
Color information
#A4C67D (or 0xA4C67D) is known color: Olivine. HEX triplet: A4, C6 and 7D. RGB value is (164,198,125). Sum of RGB (Red+Green+Blue) = 164+198+125=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C67D is #5B3982. Grayscale: #B3B3B3. Windows color (decimal): -5978499 or 8242852. OLE color: 8242852.
HSL color Cylindrical-coordinate representation of color #A4C67D: hue angle of 87.95º 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 #A4C67D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 125 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.22 |
| HSL | 87.95º | 0.39% | 0.63% | - |
| HSV(B) | 87.95º | 0.37% | 0.78% | - |
| XYZ | 39.21 | 49.76 | 26.94 | - |
| YUV | 179.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 125 | 0.17 | 0 | 0.37 | 0.22 | 87.95 | 0.39 | 0.63 |
| Hex | A4 | C6 | 7D | 11 | 0 | 25 | 16 | 58 | 27 | 3F |
| Octal | 244 | 306 | 175 | 21 | 0 | 45 | 26 | 130 | 47 | 77 |
| Binary | 10100100 | 11000110 | 1111101 | 10001 | 0 | 100101 | 10110 | 1011000 | 100111 | 111111 |
Color Harmonies of #A4C67D
Complementary color
Monochromatic Colors of #A4C67D
Black with #A4C67D
Text Example
Text Example
White with #A4C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C67D; }
p { color: rgb(164,198,125); }
H1.HeaderClassName
{
color: #A4C67D;
}
.AnyTagClassName
{
color: #A4C67D;
}
</style>
background-color css
<style>
a { background-color: #A4C67D; }
a { background-color: rgb(164,198,125); }
div.DivClassName
{
background-color: #A4C67D;
}
.BgClassName
{
background-color: #A4C67D;
}
</style>
border-color css
<style>
span { border-color: #A4C67D; }
span { border-color: rgb(164,198,125); }
td.TdClassName
{
border-color: #A4C67D;
}
.TagClassName
{
border-color: #A4C67D;
}
</style>