Shades of Olivine #A4CF6D
Tints of Olivine #A4CF6D
RGB
CMYK
RGB Variations
Color information
#A4CF6D (or 0xA4CF6D) is known color: Olivine. HEX triplet: A4, CF and 6D. RGB value is (164,207,109). Sum of RGB (Red+Green+Blue) = 164+207+109=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF6D is #5B3092. Grayscale: #B7B7B7. Windows color (decimal): -5976211 or 7196580. OLE color: 7196580.
HSL color Cylindrical-coordinate representation of color #A4CF6D: hue angle of 86.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4CF6D is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 109 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.19 |
| HSL | 86.33º | 0.51% | 0.62% | - |
| HSV(B) | 86.33º | 0.47% | 0.81% | - |
| XYZ | 40.38 | 53.62 | 22.69 | - |
| YUV | 182.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 109 | 0.21 | 0 | 0.47 | 0.19 | 86.33 | 0.51 | 0.62 |
| Hex | A4 | CF | 6D | 15 | 0 | 2F | 13 | 56 | 33 | 3E |
| Octal | 244 | 317 | 155 | 25 | 0 | 57 | 23 | 126 | 63 | 76 |
| Binary | 10100100 | 11001111 | 1101101 | 10101 | 0 | 101111 | 10011 | 1010110 | 110011 | 111110 |
Color Harmonies of #A4CF6D
Complementary color
Monochromatic Colors of #A4CF6D
Black with #A4CF6D
Text Example
Text Example
White with #A4CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF6D; }
p { color: rgb(164,207,109); }
H1.HeaderClassName
{
color: #A4CF6D;
}
.AnyTagClassName
{
color: #A4CF6D;
}
</style>
background-color css
<style>
a { background-color: #A4CF6D; }
a { background-color: rgb(164,207,109); }
div.DivClassName
{
background-color: #A4CF6D;
}
.BgClassName
{
background-color: #A4CF6D;
}
</style>
border-color css
<style>
span { border-color: #A4CF6D; }
span { border-color: rgb(164,207,109); }
td.TdClassName
{
border-color: #A4CF6D;
}
.TagClassName
{
border-color: #A4CF6D;
}
</style>