Shades of Olivine #A4C065
Tints of Olivine #A4C065
RGB
CMYK
RGB Variations
Color information
#A4C065 (or 0xA4C065) is known color: Olivine. HEX triplet: A4, C0 and 65. RGB value is (164,192,101). Sum of RGB (Red+Green+Blue) = 164+192+101=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C065 is #5B3F9A. Grayscale: #ADADAD. Windows color (decimal): -5980059 or 6668452. OLE color: 6668452.
HSL color Cylindrical-coordinate representation of color #A4C065: hue angle of 78.46º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4C065 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 101 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.25 |
| HSL | 78.46º | 0.42% | 0.57% | - |
| HSV(B) | 78.46º | 0.47% | 0.75% | - |
| XYZ | 36.51 | 46.53 | 19.37 | - |
| YUV | 173.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 101 | 0.15 | 0 | 0.47 | 0.25 | 78.46 | 0.42 | 0.57 |
| Hex | A4 | C0 | 65 | F | 0 | 2F | 19 | 4E | 2A | 39 |
| Octal | 244 | 300 | 145 | 17 | 0 | 57 | 31 | 116 | 52 | 71 |
| Binary | 10100100 | 11000000 | 1100101 | 1111 | 0 | 101111 | 11001 | 1001110 | 101010 | 111001 |
Color Harmonies of #A4C065
Complementary color
Monochromatic Colors of #A4C065
Black with #A4C065
Text Example
Text Example
White with #A4C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C065; }
p { color: rgb(164,192,101); }
H1.HeaderClassName
{
color: #A4C065;
}
.AnyTagClassName
{
color: #A4C065;
}
</style>
background-color css
<style>
a { background-color: #A4C065; }
a { background-color: rgb(164,192,101); }
div.DivClassName
{
background-color: #A4C065;
}
.BgClassName
{
background-color: #A4C065;
}
</style>
border-color css
<style>
span { border-color: #A4C065; }
span { border-color: rgb(164,192,101); }
td.TdClassName
{
border-color: #A4C065;
}
.TagClassName
{
border-color: #A4C065;
}
</style>