Shades of Olivine #A1B673
Tints of Olivine #A1B673
RGB
CMYK
RGB Variations
Color information
#A1B673 (or 0xA1B673) is known color: Olivine. HEX triplet: A1, B6 and 73. RGB value is (161,182,115). Sum of RGB (Red+Green+Blue) = 161+182+115=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B673 is #5E498C. Grayscale: #A8A8A8. Windows color (decimal): -6179213 or 7583393. OLE color: 7583393.
HSL color Cylindrical-coordinate representation of color #A1B673: hue angle of 78.81º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B673 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 115 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.29 |
| HSL | 78.81º | 0.31% | 0.58% | - |
| HSV(B) | 78.81º | 0.37% | 0.71% | - |
| XYZ | 34.52 | 42.27 | 22.56 | - |
| YUV | 168.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 115 | 0.12 | 0 | 0.37 | 0.29 | 78.81 | 0.31 | 0.58 |
| Hex | A1 | B6 | 73 | C | 0 | 25 | 1D | 4F | 1F | 3A |
| Octal | 241 | 266 | 163 | 14 | 0 | 45 | 35 | 117 | 37 | 72 |
| Binary | 10100001 | 10110110 | 1110011 | 1100 | 0 | 100101 | 11101 | 1001111 | 11111 | 111010 |
Color Harmonies of #A1B673
Complementary color
Monochromatic Colors of #A1B673
Black with #A1B673
Text Example
Text Example
White with #A1B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B673; }
p { color: rgb(161,182,115); }
H1.HeaderClassName
{
color: #A1B673;
}
.AnyTagClassName
{
color: #A1B673;
}
</style>
background-color css
<style>
a { background-color: #A1B673; }
a { background-color: rgb(161,182,115); }
div.DivClassName
{
background-color: #A1B673;
}
.BgClassName
{
background-color: #A1B673;
}
</style>
border-color css
<style>
span { border-color: #A1B673; }
span { border-color: rgb(161,182,115); }
td.TdClassName
{
border-color: #A1B673;
}
.TagClassName
{
border-color: #A1B673;
}
</style>