Shades of Olivine #A4C968
Tints of Olivine #A4C968
RGB
CMYK
RGB Variations
Color information
#A4C968 (or 0xA4C968) is known color: Olivine. HEX triplet: A4, C9 and 68. RGB value is (164,201,104). Sum of RGB (Red+Green+Blue) = 164+201+104=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C968 is #5B3697. Grayscale: #B3B3B3. Windows color (decimal): -5977752 or 6867364. OLE color: 6867364.
HSL color Cylindrical-coordinate representation of color #A4C968: hue angle of 82.89º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4C968 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 104 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.21 |
| HSL | 82.89º | 0.47% | 0.6% | - |
| HSV(B) | 82.89º | 0.48% | 0.79% | - |
| XYZ | 38.7 | 50.67 | 20.84 | - |
| YUV | 178.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 104 | 0.18 | 0 | 0.48 | 0.21 | 82.89 | 0.47 | 0.6 |
| Hex | A4 | C9 | 68 | 12 | 0 | 30 | 15 | 53 | 2F | 3C |
| Octal | 244 | 311 | 150 | 22 | 0 | 60 | 25 | 123 | 57 | 74 |
| Binary | 10100100 | 11001001 | 1101000 | 10010 | 0 | 110000 | 10101 | 1010011 | 101111 | 111100 |
Color Harmonies of #A4C968
Complementary color
Monochromatic Colors of #A4C968
Black with #A4C968
Text Example
Text Example
White with #A4C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C968; }
p { color: rgb(164,201,104); }
H1.HeaderClassName
{
color: #A4C968;
}
.AnyTagClassName
{
color: #A4C968;
}
</style>
background-color css
<style>
a { background-color: #A4C968; }
a { background-color: rgb(164,201,104); }
div.DivClassName
{
background-color: #A4C968;
}
.BgClassName
{
background-color: #A4C968;
}
</style>
border-color css
<style>
span { border-color: #A4C968; }
span { border-color: rgb(164,201,104); }
td.TdClassName
{
border-color: #A4C968;
}
.TagClassName
{
border-color: #A4C968;
}
</style>