Shades of Olivine #A1B47D
Tints of Olivine #A1B47D
RGB
CMYK
RGB Variations
Color information
#A1B47D (or 0xA1B47D) is known color: Olivine. HEX triplet: A1, B4 and 7D. RGB value is (161,180,125). Sum of RGB (Red+Green+Blue) = 161+180+125=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B47D is #5E4B82. Grayscale: #A8A8A8. Windows color (decimal): -6179715 or 8238241. OLE color: 8238241.
HSL color Cylindrical-coordinate representation of color #A1B47D: hue angle of 80.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B47D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 125 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.29 |
| HSL | 80.73º | 0.27% | 0.6% | - |
| HSV(B) | 80.73º | 0.31% | 0.71% | - |
| XYZ | 34.72 | 41.7 | 25.62 | - |
| YUV | 168.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 125 | 0.11 | 0 | 0.31 | 0.29 | 80.73 | 0.27 | 0.6 |
| Hex | A1 | B4 | 7D | B | 0 | 1F | 1D | 51 | 1B | 3C |
| Octal | 241 | 264 | 175 | 13 | 0 | 37 | 35 | 121 | 33 | 74 |
| Binary | 10100001 | 10110100 | 1111101 | 1011 | 0 | 11111 | 11101 | 1010001 | 11011 | 111100 |
Color Harmonies of #A1B47D
Complementary color
Monochromatic Colors of #A1B47D
Black with #A1B47D
Text Example
Text Example
White with #A1B47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B47D; }
p { color: rgb(161,180,125); }
H1.HeaderClassName
{
color: #A1B47D;
}
.AnyTagClassName
{
color: #A1B47D;
}
</style>
background-color css
<style>
a { background-color: #A1B47D; }
a { background-color: rgb(161,180,125); }
div.DivClassName
{
background-color: #A1B47D;
}
.BgClassName
{
background-color: #A1B47D;
}
</style>
border-color css
<style>
span { border-color: #A1B47D; }
span { border-color: rgb(161,180,125); }
td.TdClassName
{
border-color: #A1B47D;
}
.TagClassName
{
border-color: #A1B47D;
}
</style>