Shades of Olivine #A4C175
Tints of Olivine #A4C175
RGB
CMYK
RGB Variations
Color information
#A4C175 (or 0xA4C175) is known color: Olivine. HEX triplet: A4, C1 and 75. RGB value is (164,193,117). Sum of RGB (Red+Green+Blue) = 164+193+117=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C175 is #5B3E8A. Grayscale: #AFAFAF. Windows color (decimal): -5979787 or 7717284. OLE color: 7717284.
HSL color Cylindrical-coordinate representation of color #A4C175: hue angle of 82.89º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4C175 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 117 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.24 |
| HSL | 82.89º | 0.38% | 0.61% | - |
| HSV(B) | 82.89º | 0.39% | 0.76% | - |
| XYZ | 37.59 | 47.32 | 23.98 | - |
| YUV | 175.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 117 | 0.15 | 0 | 0.39 | 0.24 | 82.89 | 0.38 | 0.61 |
| Hex | A4 | C1 | 75 | F | 0 | 27 | 18 | 53 | 26 | 3D |
| Octal | 244 | 301 | 165 | 17 | 0 | 47 | 30 | 123 | 46 | 75 |
| Binary | 10100100 | 11000001 | 1110101 | 1111 | 0 | 100111 | 11000 | 1010011 | 100110 | 111101 |
Color Harmonies of #A4C175
Complementary color
Monochromatic Colors of #A4C175
Black with #A4C175
Text Example
Text Example
White with #A4C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C175; }
p { color: rgb(164,193,117); }
H1.HeaderClassName
{
color: #A4C175;
}
.AnyTagClassName
{
color: #A4C175;
}
</style>
background-color css
<style>
a { background-color: #A4C175; }
a { background-color: rgb(164,193,117); }
div.DivClassName
{
background-color: #A4C175;
}
.BgClassName
{
background-color: #A4C175;
}
</style>
border-color css
<style>
span { border-color: #A4C175; }
span { border-color: rgb(164,193,117); }
td.TdClassName
{
border-color: #A4C175;
}
.TagClassName
{
border-color: #A4C175;
}
</style>