Shades of Olivine #A3CB72
Tints of Olivine #A3CB72
RGB
CMYK
RGB Variations
Color information
#A3CB72 (or 0xA3CB72) is known color: Olivine. HEX triplet: A3, CB and 72. RGB value is (163,203,114). Sum of RGB (Red+Green+Blue) = 163+203+114=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB72 is #5C348D. Grayscale: #B5B5B5. Windows color (decimal): -6042766 or 7523235. OLE color: 7523235.
HSL color Cylindrical-coordinate representation of color #A3CB72: hue angle of 86.97º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3CB72 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 114 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.20 |
| HSL | 86.97º | 0.46% | 0.62% | - |
| HSV(B) | 86.97º | 0.44% | 0.8% | - |
| XYZ | 39.5 | 51.71 | 23.82 | - |
| YUV | 180.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 114 | 0.20 | 0 | 0.44 | 0.20 | 86.97 | 0.46 | 0.62 |
| Hex | A3 | CB | 72 | 14 | 0 | 2C | 14 | 57 | 2E | 3E |
| Octal | 243 | 313 | 162 | 24 | 0 | 54 | 24 | 127 | 56 | 76 |
| Binary | 10100011 | 11001011 | 1110010 | 10100 | 0 | 101100 | 10100 | 1010111 | 101110 | 111110 |
Color Harmonies of #A3CB72
Complementary color
Monochromatic Colors of #A3CB72
Black with #A3CB72
Text Example
Text Example
White with #A3CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB72; }
p { color: rgb(163,203,114); }
H1.HeaderClassName
{
color: #A3CB72;
}
.AnyTagClassName
{
color: #A3CB72;
}
</style>
background-color css
<style>
a { background-color: #A3CB72; }
a { background-color: rgb(163,203,114); }
div.DivClassName
{
background-color: #A3CB72;
}
.BgClassName
{
background-color: #A3CB72;
}
</style>
border-color css
<style>
span { border-color: #A3CB72; }
span { border-color: rgb(163,203,114); }
td.TdClassName
{
border-color: #A3CB72;
}
.TagClassName
{
border-color: #A3CB72;
}
</style>