Shades of Olivine #A4CB72
Tints of Olivine #A4CB72
RGB
CMYK
RGB Variations
Color information
#A4CB72 (or 0xA4CB72) is known color: Olivine. HEX triplet: A4, CB and 72. RGB value is (164,203,114). Sum of RGB (Red+Green+Blue) = 164+203+114=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB72 is #5B348D. Grayscale: #B5B5B5. Windows color (decimal): -5977230 or 7523236. OLE color: 7523236.
HSL color Cylindrical-coordinate representation of color #A4CB72: hue angle of 86.29º 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 #A4CB72 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 114 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.20 |
| HSL | 86.29º | 0.46% | 0.62% | - |
| HSV(B) | 86.29º | 0.44% | 0.8% | - |
| XYZ | 39.7 | 51.82 | 23.83 | - |
| YUV | 181.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 114 | 0.19 | 0 | 0.44 | 0.20 | 86.29 | 0.46 | 0.62 |
| Hex | A4 | CB | 72 | 13 | 0 | 2C | 14 | 56 | 2E | 3E |
| Octal | 244 | 313 | 162 | 23 | 0 | 54 | 24 | 126 | 56 | 76 |
| Binary | 10100100 | 11001011 | 1110010 | 10011 | 0 | 101100 | 10100 | 1010110 | 101110 | 111110 |
Color Harmonies of #A4CB72
Complementary color
Monochromatic Colors of #A4CB72
Black with #A4CB72
Text Example
Text Example
White with #A4CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB72; }
p { color: rgb(164,203,114); }
H1.HeaderClassName
{
color: #A4CB72;
}
.AnyTagClassName
{
color: #A4CB72;
}
</style>
background-color css
<style>
a { background-color: #A4CB72; }
a { background-color: rgb(164,203,114); }
div.DivClassName
{
background-color: #A4CB72;
}
.BgClassName
{
background-color: #A4CB72;
}
</style>
border-color css
<style>
span { border-color: #A4CB72; }
span { border-color: rgb(164,203,114); }
td.TdClassName
{
border-color: #A4CB72;
}
.TagClassName
{
border-color: #A4CB72;
}
</style>