Shades of Olivine #A0BF64
Tints of Olivine #A0BF64
RGB
CMYK
RGB Variations
Color information
#A0BF64 (or 0xA0BF64) is known color: Olivine. HEX triplet: A0, BF and 64. RGB value is (160,191,100). Sum of RGB (Red+Green+Blue) = 160+191+100=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF64 is #5F409B. Grayscale: #ABABAB. Windows color (decimal): -6242460 or 6602656. OLE color: 6602656.
HSL color Cylindrical-coordinate representation of color #A0BF64: hue angle of 80.44º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0BF64 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 100 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.25 |
| HSL | 80.44º | 0.42% | 0.57% | - |
| HSV(B) | 80.44º | 0.48% | 0.75% | - |
| XYZ | 35.43 | 45.66 | 19 | - |
| YUV | 171.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 100 | 0.16 | 0 | 0.48 | 0.25 | 80.44 | 0.42 | 0.57 |
| Hex | A0 | BF | 64 | 10 | 0 | 30 | 19 | 50 | 2A | 39 |
| Octal | 240 | 277 | 144 | 20 | 0 | 60 | 31 | 120 | 52 | 71 |
| Binary | 10100000 | 10111111 | 1100100 | 10000 | 0 | 110000 | 11001 | 1010000 | 101010 | 111001 |
Color Harmonies of #A0BF64
Complementary color
Monochromatic Colors of #A0BF64
Black with #A0BF64
Text Example
Text Example
White with #A0BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF64; }
p { color: rgb(160,191,100); }
H1.HeaderClassName
{
color: #A0BF64;
}
.AnyTagClassName
{
color: #A0BF64;
}
</style>
background-color css
<style>
a { background-color: #A0BF64; }
a { background-color: rgb(160,191,100); }
div.DivClassName
{
background-color: #A0BF64;
}
.BgClassName
{
background-color: #A0BF64;
}
</style>
border-color css
<style>
span { border-color: #A0BF64; }
span { border-color: rgb(160,191,100); }
td.TdClassName
{
border-color: #A0BF64;
}
.TagClassName
{
border-color: #A0BF64;
}
</style>