Shades of Olivine #A0B26F
Tints of Olivine #A0B26F
RGB
CMYK
RGB Variations
Color information
#A0B26F (or 0xA0B26F) is known color: Olivine. HEX triplet: A0, B2 and 6F. RGB value is (160,178,111). Sum of RGB (Red+Green+Blue) = 160+178+111=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B26F is #5F4D90. Grayscale: #A5A5A5. Windows color (decimal): -6245777 or 7320224. OLE color: 7320224.
HSL color Cylindrical-coordinate representation of color #A0B26F: hue angle of 76.12º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0B26F is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 111 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.30 |
| HSL | 76.12º | 0.3% | 0.57% | - |
| HSV(B) | 76.12º | 0.38% | 0.7% | - |
| XYZ | 33.29 | 40.46 | 21.09 | - |
| YUV | 164.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 111 | 0.10 | 0 | 0.38 | 0.30 | 76.12 | 0.3 | 0.57 |
| Hex | A0 | B2 | 6F | A | 0 | 26 | 1E | 4C | 1E | 39 |
| Octal | 240 | 262 | 157 | 12 | 0 | 46 | 36 | 114 | 36 | 71 |
| Binary | 10100000 | 10110010 | 1101111 | 1010 | 0 | 100110 | 11110 | 1001100 | 11110 | 111001 |
Color Harmonies of #A0B26F
Complementary color
Monochromatic Colors of #A0B26F
Black with #A0B26F
Text Example
Text Example
White with #A0B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B26F; }
p { color: rgb(160,178,111); }
H1.HeaderClassName
{
color: #A0B26F;
}
.AnyTagClassName
{
color: #A0B26F;
}
</style>
background-color css
<style>
a { background-color: #A0B26F; }
a { background-color: rgb(160,178,111); }
div.DivClassName
{
background-color: #A0B26F;
}
.BgClassName
{
background-color: #A0B26F;
}
</style>
border-color css
<style>
span { border-color: #A0B26F; }
span { border-color: rgb(160,178,111); }
td.TdClassName
{
border-color: #A0B26F;
}
.TagClassName
{
border-color: #A0B26F;
}
</style>