Shades of Olivine #A1B67B
Tints of Olivine #A1B67B
RGB
CMYK
RGB Variations
Color information
#A1B67B (or 0xA1B67B) is known color: Olivine. HEX triplet: A1, B6 and 7B. RGB value is (161,182,123). Sum of RGB (Red+Green+Blue) = 161+182+123=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B67B is #5E4984. Grayscale: #A9A9A9. Windows color (decimal): -6179205 or 8107681. OLE color: 8107681.
HSL color Cylindrical-coordinate representation of color #A1B67B: hue angle of 81.36º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B67B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 123 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.29 |
| HSL | 81.36º | 0.29% | 0.6% | - |
| HSV(B) | 81.36º | 0.32% | 0.71% | - |
| XYZ | 35 | 42.46 | 25.09 | - |
| YUV | 169 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 123 | 0.12 | 0 | 0.32 | 0.29 | 81.36 | 0.29 | 0.6 |
| Hex | A1 | B6 | 7B | C | 0 | 20 | 1D | 51 | 1D | 3C |
| Octal | 241 | 266 | 173 | 14 | 0 | 40 | 35 | 121 | 35 | 74 |
| Binary | 10100001 | 10110110 | 1111011 | 1100 | 0 | 100000 | 11101 | 1010001 | 11101 | 111100 |
Color Harmonies of #A1B67B
Complementary color
Monochromatic Colors of #A1B67B
Black with #A1B67B
Text Example
Text Example
White with #A1B67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B67B; }
p { color: rgb(161,182,123); }
H1.HeaderClassName
{
color: #A1B67B;
}
.AnyTagClassName
{
color: #A1B67B;
}
</style>
background-color css
<style>
a { background-color: #A1B67B; }
a { background-color: rgb(161,182,123); }
div.DivClassName
{
background-color: #A1B67B;
}
.BgClassName
{
background-color: #A1B67B;
}
</style>
border-color css
<style>
span { border-color: #A1B67B; }
span { border-color: rgb(161,182,123); }
td.TdClassName
{
border-color: #A1B67B;
}
.TagClassName
{
border-color: #A1B67B;
}
</style>