Shades of Olivine #A1C67D
Tints of Olivine #A1C67D
RGB
CMYK
RGB Variations
Color information
#A1C67D (or 0xA1C67D) is known color: Olivine. HEX triplet: A1, C6 and 7D. RGB value is (161,198,125). Sum of RGB (Red+Green+Blue) = 161+198+125=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C67D is #5E3982. Grayscale: #B2B2B2. Windows color (decimal): -6175107 or 8242849. OLE color: 8242849.
HSL color Cylindrical-coordinate representation of color #A1C67D: hue angle of 90.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C67D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 125 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.22 |
| HSL | 90.41º | 0.39% | 0.63% | - |
| HSV(B) | 90.41º | 0.37% | 0.78% | - |
| XYZ | 38.59 | 49.45 | 26.91 | - |
| YUV | 178.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 125 | 0.19 | 0 | 0.37 | 0.22 | 90.41 | 0.39 | 0.63 |
| Hex | A1 | C6 | 7D | 13 | 0 | 25 | 16 | 5A | 27 | 3F |
| Octal | 241 | 306 | 175 | 23 | 0 | 45 | 26 | 132 | 47 | 77 |
| Binary | 10100001 | 11000110 | 1111101 | 10011 | 0 | 100101 | 10110 | 1011010 | 100111 | 111111 |
Color Harmonies of #A1C67D
Complementary color
Monochromatic Colors of #A1C67D
Black with #A1C67D
Text Example
Text Example
White with #A1C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C67D; }
p { color: rgb(161,198,125); }
H1.HeaderClassName
{
color: #A1C67D;
}
.AnyTagClassName
{
color: #A1C67D;
}
</style>
background-color css
<style>
a { background-color: #A1C67D; }
a { background-color: rgb(161,198,125); }
div.DivClassName
{
background-color: #A1C67D;
}
.BgClassName
{
background-color: #A1C67D;
}
</style>
border-color css
<style>
span { border-color: #A1C67D; }
span { border-color: rgb(161,198,125); }
td.TdClassName
{
border-color: #A1C67D;
}
.TagClassName
{
border-color: #A1C67D;
}
</style>