Shades of Olivine #A1B67D
Tints of Olivine #A1B67D
RGB
CMYK
RGB Variations
Color information
#A1B67D (or 0xA1B67D) is known color: Olivine. HEX triplet: A1, B6 and 7D. RGB value is (161,182,125). Sum of RGB (Red+Green+Blue) = 161+182+125=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B67D is #5E4982. Grayscale: #A9A9A9. Windows color (decimal): -6179203 or 8238753. OLE color: 8238753.
HSL color Cylindrical-coordinate representation of color #A1B67D: hue angle of 82.11º degrees, saturation: 0.28, 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 #A1B67D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 125 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.29 |
| HSL | 82.11º | 0.28% | 0.6% | - |
| HSV(B) | 82.11º | 0.31% | 0.71% | - |
| XYZ | 35.13 | 42.51 | 25.76 | - |
| YUV | 169.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 125 | 0.12 | 0 | 0.31 | 0.29 | 82.11 | 0.28 | 0.6 |
| Hex | A1 | B6 | 7D | C | 0 | 1F | 1D | 52 | 1C | 3C |
| Octal | 241 | 266 | 175 | 14 | 0 | 37 | 35 | 122 | 34 | 74 |
| Binary | 10100001 | 10110110 | 1111101 | 1100 | 0 | 11111 | 11101 | 1010010 | 11100 | 111100 |
Color Harmonies of #A1B67D
Complementary color
Monochromatic Colors of #A1B67D
Black with #A1B67D
Text Example
Text Example
White with #A1B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B67D; }
p { color: rgb(161,182,125); }
H1.HeaderClassName
{
color: #A1B67D;
}
.AnyTagClassName
{
color: #A1B67D;
}
</style>
background-color css
<style>
a { background-color: #A1B67D; }
a { background-color: rgb(161,182,125); }
div.DivClassName
{
background-color: #A1B67D;
}
.BgClassName
{
background-color: #A1B67D;
}
</style>
border-color css
<style>
span { border-color: #A1B67D; }
span { border-color: rgb(161,182,125); }
td.TdClassName
{
border-color: #A1B67D;
}
.TagClassName
{
border-color: #A1B67D;
}
</style>