Shades of Olivine #A4BF6F
Tints of Olivine #A4BF6F
RGB
CMYK
RGB Variations
Color information
#A4BF6F (or 0xA4BF6F) is known color: Olivine. HEX triplet: A4, BF and 6F. RGB value is (164,191,111). Sum of RGB (Red+Green+Blue) = 164+191+111=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF6F is #5B4090. Grayscale: #AEAEAE. Windows color (decimal): -5980305 or 7323556. OLE color: 7323556.
HSL color Cylindrical-coordinate representation of color #A4BF6F: hue angle of 80.25º degrees, saturation: 0.38, 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 #A4BF6F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 111 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.25 |
| HSL | 80.25º | 0.38% | 0.59% | - |
| HSV(B) | 80.25º | 0.42% | 0.75% | - |
| XYZ | 36.81 | 46.3 | 22.04 | - |
| YUV | 173.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 111 | 0.14 | 0 | 0.42 | 0.25 | 80.25 | 0.38 | 0.59 |
| Hex | A4 | BF | 6F | E | 0 | 2A | 19 | 50 | 26 | 3B |
| Octal | 244 | 277 | 157 | 16 | 0 | 52 | 31 | 120 | 46 | 73 |
| Binary | 10100100 | 10111111 | 1101111 | 1110 | 0 | 101010 | 11001 | 1010000 | 100110 | 111011 |
Color Harmonies of #A4BF6F
Complementary color
Monochromatic Colors of #A4BF6F
Black with #A4BF6F
Text Example
Text Example
White with #A4BF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF6F; }
p { color: rgb(164,191,111); }
H1.HeaderClassName
{
color: #A4BF6F;
}
.AnyTagClassName
{
color: #A4BF6F;
}
</style>
background-color css
<style>
a { background-color: #A4BF6F; }
a { background-color: rgb(164,191,111); }
div.DivClassName
{
background-color: #A4BF6F;
}
.BgClassName
{
background-color: #A4BF6F;
}
</style>
border-color css
<style>
span { border-color: #A4BF6F; }
span { border-color: rgb(164,191,111); }
td.TdClassName
{
border-color: #A4BF6F;
}
.TagClassName
{
border-color: #A4BF6F;
}
</style>