Shades of Olivine #A4C375
Tints of Olivine #A4C375
RGB
CMYK
RGB Variations
Color information
#A4C375 (or 0xA4C375) is known color: Olivine. HEX triplet: A4, C3 and 75. RGB value is (164,195,117). Sum of RGB (Red+Green+Blue) = 164+195+117=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C375 is #5B3C8A. Grayscale: #B1B1B1. Windows color (decimal): -5979275 or 7717796. OLE color: 7717796.
HSL color Cylindrical-coordinate representation of color #A4C375: hue angle of 83.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4C375 is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 195 | 117 | - |
| CMYK | 0.16 | 0 | 0.4 | 0.24 |
| HSL | 83.85º | 0.39% | 0.61% | - |
| HSV(B) | 83.85º | 0.4% | 0.76% | - |
| XYZ | 38.04 | 48.21 | 24.13 | - |
| YUV | 176.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 195 | 117 | 0.16 | 0 | 0.4 | 0.24 | 83.85 | 0.39 | 0.61 |
| Hex | A4 | C3 | 75 | 10 | 0 | 28 | 18 | 54 | 27 | 3D |
| Octal | 244 | 303 | 165 | 20 | 0 | 50 | 30 | 124 | 47 | 75 |
| Binary | 10100100 | 11000011 | 1110101 | 10000 | 0 | 101000 | 11000 | 1010100 | 100111 | 111101 |
Color Harmonies of #A4C375
Complementary color
Monochromatic Colors of #A4C375
Black with #A4C375
Text Example
Text Example
White with #A4C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C375; }
p { color: rgb(164,195,117); }
H1.HeaderClassName
{
color: #A4C375;
}
.AnyTagClassName
{
color: #A4C375;
}
</style>
background-color css
<style>
a { background-color: #A4C375; }
a { background-color: rgb(164,195,117); }
div.DivClassName
{
background-color: #A4C375;
}
.BgClassName
{
background-color: #A4C375;
}
</style>
border-color css
<style>
span { border-color: #A4C375; }
span { border-color: rgb(164,195,117); }
td.TdClassName
{
border-color: #A4C375;
}
.TagClassName
{
border-color: #A4C375;
}
</style>