Shades of Olivine #A4C475
Tints of Olivine #A4C475
RGB
CMYK
RGB Variations
Color information
#A4C475 (or 0xA4C475) is known color: Olivine. HEX triplet: A4, C4 and 75. RGB value is (164,196,117). Sum of RGB (Red+Green+Blue) = 164+196+117=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C475 is #5B3B8A. Grayscale: #B1B1B1. Windows color (decimal): -5979019 or 7718052. OLE color: 7718052.
HSL color Cylindrical-coordinate representation of color #A4C475: hue angle of 84.3º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4C475 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 196 | 117 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.23 |
| HSL | 84.3º | 0.4% | 0.61% | - |
| HSV(B) | 84.3º | 0.4% | 0.77% | - |
| XYZ | 38.26 | 48.66 | 24.2 | - |
| YUV | 177.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 196 | 117 | 0.16 | 0 | 0.40 | 0.23 | 84.3 | 0.4 | 0.61 |
| Hex | A4 | C4 | 75 | 10 | 0 | 28 | 17 | 54 | 28 | 3D |
| Octal | 244 | 304 | 165 | 20 | 0 | 50 | 27 | 124 | 50 | 75 |
| Binary | 10100100 | 11000100 | 1110101 | 10000 | 0 | 101000 | 10111 | 1010100 | 101000 | 111101 |
Color Harmonies of #A4C475
Complementary color
Monochromatic Colors of #A4C475
Black with #A4C475
Text Example
Text Example
White with #A4C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C475; }
p { color: rgb(164,196,117); }
H1.HeaderClassName
{
color: #A4C475;
}
.AnyTagClassName
{
color: #A4C475;
}
</style>
background-color css
<style>
a { background-color: #A4C475; }
a { background-color: rgb(164,196,117); }
div.DivClassName
{
background-color: #A4C475;
}
.BgClassName
{
background-color: #A4C475;
}
</style>
border-color css
<style>
span { border-color: #A4C475; }
span { border-color: rgb(164,196,117); }
td.TdClassName
{
border-color: #A4C475;
}
.TagClassName
{
border-color: #A4C475;
}
</style>