Shades of Olivine #A4C67E
Tints of Olivine #A4C67E
RGB
CMYK
RGB Variations
Color information
#A4C67E (or 0xA4C67E) is known color: Olivine. HEX triplet: A4, C6 and 7E. RGB value is (164,198,126). Sum of RGB (Red+Green+Blue) = 164+198+126=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C67E is #5B3981. Grayscale: #B3B3B3. Windows color (decimal): -5978498 or 8308388. OLE color: 8308388.
HSL color Cylindrical-coordinate representation of color #A4C67E: hue angle of 88.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4C67E is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 126 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.22 |
| HSL | 88.33º | 0.39% | 0.64% | - |
| HSV(B) | 88.33º | 0.36% | 0.78% | - |
| XYZ | 39.27 | 49.79 | 27.28 | - |
| YUV | 179.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 126 | 0.17 | 0 | 0.36 | 0.22 | 88.33 | 0.39 | 0.64 |
| Hex | A4 | C6 | 7E | 11 | 0 | 24 | 16 | 58 | 27 | 40 |
| Octal | 244 | 306 | 176 | 21 | 0 | 44 | 26 | 130 | 47 | 100 |
| Binary | 10100100 | 11000110 | 1111110 | 10001 | 0 | 100100 | 10110 | 1011000 | 100111 | 1000000 |
Color Harmonies of #A4C67E
Complementary color
Monochromatic Colors of #A4C67E
Black with #A4C67E
Text Example
Text Example
White with #A4C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C67E; }
p { color: rgb(164,198,126); }
H1.HeaderClassName
{
color: #A4C67E;
}
.AnyTagClassName
{
color: #A4C67E;
}
</style>
background-color css
<style>
a { background-color: #A4C67E; }
a { background-color: rgb(164,198,126); }
div.DivClassName
{
background-color: #A4C67E;
}
.BgClassName
{
background-color: #A4C67E;
}
</style>
border-color css
<style>
span { border-color: #A4C67E; }
span { border-color: rgb(164,198,126); }
td.TdClassName
{
border-color: #A4C67E;
}
.TagClassName
{
border-color: #A4C67E;
}
</style>