Shades of Olivine #A4C075
Tints of Olivine #A4C075
RGB
CMYK
RGB Variations
Color information
#A4C075 (or 0xA4C075) is known color: Olivine. HEX triplet: A4, C0 and 75. RGB value is (164,192,117). Sum of RGB (Red+Green+Blue) = 164+192+117=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C075 is #5B3F8A. Grayscale: #AFAFAF. Windows color (decimal): -5980043 or 7717028. OLE color: 7717028.
HSL color Cylindrical-coordinate representation of color #A4C075: hue angle of 82.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4C075 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 117 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.25 |
| HSL | 82.4º | 0.37% | 0.61% | - |
| HSV(B) | 82.4º | 0.39% | 0.75% | - |
| XYZ | 37.37 | 46.88 | 23.91 | - |
| YUV | 175.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 117 | 0.15 | 0 | 0.39 | 0.25 | 82.4 | 0.37 | 0.61 |
| Hex | A4 | C0 | 75 | F | 0 | 27 | 19 | 52 | 25 | 3D |
| Octal | 244 | 300 | 165 | 17 | 0 | 47 | 31 | 122 | 45 | 75 |
| Binary | 10100100 | 11000000 | 1110101 | 1111 | 0 | 100111 | 11001 | 1010010 | 100101 | 111101 |
Color Harmonies of #A4C075
Complementary color
Monochromatic Colors of #A4C075
Black with #A4C075
Text Example
Text Example
White with #A4C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C075; }
p { color: rgb(164,192,117); }
H1.HeaderClassName
{
color: #A4C075;
}
.AnyTagClassName
{
color: #A4C075;
}
</style>
background-color css
<style>
a { background-color: #A4C075; }
a { background-color: rgb(164,192,117); }
div.DivClassName
{
background-color: #A4C075;
}
.BgClassName
{
background-color: #A4C075;
}
</style>
border-color css
<style>
span { border-color: #A4C075; }
span { border-color: rgb(164,192,117); }
td.TdClassName
{
border-color: #A4C075;
}
.TagClassName
{
border-color: #A4C075;
}
</style>