Shades of Olivine #A1C07B
Tints of Olivine #A1C07B
RGB
CMYK
RGB Variations
Color information
#A1C07B (or 0xA1C07B) is known color: Olivine. HEX triplet: A1, C0 and 7B. RGB value is (161,192,123). Sum of RGB (Red+Green+Blue) = 161+192+123=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C07B is #5E3F84. Grayscale: #AFAFAF. Windows color (decimal): -6176645 or 8110241. OLE color: 8110241.
HSL color Cylindrical-coordinate representation of color #A1C07B: hue angle of 86.96º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C07B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 123 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.25 |
| HSL | 86.96º | 0.35% | 0.62% | - |
| HSV(B) | 86.96º | 0.36% | 0.75% | - |
| XYZ | 37.12 | 46.71 | 25.8 | - |
| YUV | 174.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 123 | 0.16 | 0 | 0.36 | 0.25 | 86.96 | 0.35 | 0.62 |
| Hex | A1 | C0 | 7B | 10 | 0 | 24 | 19 | 57 | 23 | 3E |
| Octal | 241 | 300 | 173 | 20 | 0 | 44 | 31 | 127 | 43 | 76 |
| Binary | 10100001 | 11000000 | 1111011 | 10000 | 0 | 100100 | 11001 | 1010111 | 100011 | 111110 |
Color Harmonies of #A1C07B
Complementary color
Monochromatic Colors of #A1C07B
Black with #A1C07B
Text Example
Text Example
White with #A1C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C07B; }
p { color: rgb(161,192,123); }
H1.HeaderClassName
{
color: #A1C07B;
}
.AnyTagClassName
{
color: #A1C07B;
}
</style>
background-color css
<style>
a { background-color: #A1C07B; }
a { background-color: rgb(161,192,123); }
div.DivClassName
{
background-color: #A1C07B;
}
.BgClassName
{
background-color: #A1C07B;
}
</style>
border-color css
<style>
span { border-color: #A1C07B; }
span { border-color: rgb(161,192,123); }
td.TdClassName
{
border-color: #A1C07B;
}
.TagClassName
{
border-color: #A1C07B;
}
</style>