Shades of Olivine #A0C67B
Tints of Olivine #A0C67B
RGB
CMYK
RGB Variations
Color information
#A0C67B (or 0xA0C67B) is known color: Olivine. HEX triplet: A0, C6 and 7B. RGB value is (160,198,123). Sum of RGB (Red+Green+Blue) = 160+198+123=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C67B is #5F3984. Grayscale: #B2B2B2. Windows color (decimal): -6240645 or 8111776. OLE color: 8111776.
HSL color Cylindrical-coordinate representation of color #A0C67B: hue angle of 90.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0C67B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 123 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.22 |
| HSL | 90.4º | 0.4% | 0.63% | - |
| HSV(B) | 90.4º | 0.38% | 0.78% | - |
| XYZ | 38.27 | 49.29 | 26.24 | - |
| YUV | 178.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 123 | 0.19 | 0 | 0.38 | 0.22 | 90.4 | 0.4 | 0.63 |
| Hex | A0 | C6 | 7B | 13 | 0 | 26 | 16 | 5A | 28 | 3F |
| Octal | 240 | 306 | 173 | 23 | 0 | 46 | 26 | 132 | 50 | 77 |
| Binary | 10100000 | 11000110 | 1111011 | 10011 | 0 | 100110 | 10110 | 1011010 | 101000 | 111111 |
Color Harmonies of #A0C67B
Complementary color
Monochromatic Colors of #A0C67B
Black with #A0C67B
Text Example
Text Example
White with #A0C67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C67B; }
p { color: rgb(160,198,123); }
H1.HeaderClassName
{
color: #A0C67B;
}
.AnyTagClassName
{
color: #A0C67B;
}
</style>
background-color css
<style>
a { background-color: #A0C67B; }
a { background-color: rgb(160,198,123); }
div.DivClassName
{
background-color: #A0C67B;
}
.BgClassName
{
background-color: #A0C67B;
}
</style>
border-color css
<style>
span { border-color: #A0C67B; }
span { border-color: rgb(160,198,123); }
td.TdClassName
{
border-color: #A0C67B;
}
.TagClassName
{
border-color: #A0C67B;
}
</style>