Shades of Olivine #A4C06F
Tints of Olivine #A4C06F
RGB
CMYK
RGB Variations
Color information
#A4C06F (or 0xA4C06F) is known color: Olivine. HEX triplet: A4, C0 and 6F. RGB value is (164,192,111). Sum of RGB (Red+Green+Blue) = 164+192+111=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C06F is #5B3F90. Grayscale: #AEAEAE. Windows color (decimal): -5980049 or 7323812. OLE color: 7323812.
HSL color Cylindrical-coordinate representation of color #A4C06F: hue angle of 80.74º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4C06F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 111 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.25 |
| HSL | 80.74º | 0.39% | 0.59% | - |
| HSV(B) | 80.74º | 0.42% | 0.75% | - |
| XYZ | 37.03 | 46.74 | 22.11 | - |
| YUV | 174.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 111 | 0.15 | 0 | 0.42 | 0.25 | 80.74 | 0.39 | 0.59 |
| Hex | A4 | C0 | 6F | F | 0 | 2A | 19 | 51 | 27 | 3B |
| Octal | 244 | 300 | 157 | 17 | 0 | 52 | 31 | 121 | 47 | 73 |
| Binary | 10100100 | 11000000 | 1101111 | 1111 | 0 | 101010 | 11001 | 1010001 | 100111 | 111011 |
Color Harmonies of #A4C06F
Complementary color
Monochromatic Colors of #A4C06F
Black with #A4C06F
Text Example
Text Example
White with #A4C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C06F; }
p { color: rgb(164,192,111); }
H1.HeaderClassName
{
color: #A4C06F;
}
.AnyTagClassName
{
color: #A4C06F;
}
</style>
background-color css
<style>
a { background-color: #A4C06F; }
a { background-color: rgb(164,192,111); }
div.DivClassName
{
background-color: #A4C06F;
}
.BgClassName
{
background-color: #A4C06F;
}
</style>
border-color css
<style>
span { border-color: #A4C06F; }
span { border-color: rgb(164,192,111); }
td.TdClassName
{
border-color: #A4C06F;
}
.TagClassName
{
border-color: #A4C06F;
}
</style>