Shades of Olivine #A4B774
Tints of Olivine #A4B774
RGB
CMYK
RGB Variations
Color information
#A4B774 (or 0xA4B774) is known color: Olivine. HEX triplet: A4, B7 and 74. RGB value is (164,183,116). Sum of RGB (Red+Green+Blue) = 164+183+116=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B774 is #5B488B. Grayscale: #A9A9A9. Windows color (decimal): -5982348 or 7649188. OLE color: 7649188.
HSL color Cylindrical-coordinate representation of color #A4B774: hue angle of 77.01º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4B774 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 116 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.28 |
| HSL | 77.01º | 0.32% | 0.59% | - |
| HSV(B) | 77.01º | 0.37% | 0.72% | - |
| XYZ | 35.4 | 43.02 | 22.96 | - |
| YUV | 169.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 116 | 0.10 | 0 | 0.37 | 0.28 | 77.01 | 0.32 | 0.59 |
| Hex | A4 | B7 | 74 | A | 0 | 25 | 1C | 4D | 20 | 3B |
| Octal | 244 | 267 | 164 | 12 | 0 | 45 | 34 | 115 | 40 | 73 |
| Binary | 10100100 | 10110111 | 1110100 | 1010 | 0 | 100101 | 11100 | 1001101 | 100000 | 111011 |
Color Harmonies of #A4B774
Complementary color
Monochromatic Colors of #A4B774
Black with #A4B774
Text Example
Text Example
White with #A4B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B774; }
p { color: rgb(164,183,116); }
H1.HeaderClassName
{
color: #A4B774;
}
.AnyTagClassName
{
color: #A4B774;
}
</style>
background-color css
<style>
a { background-color: #A4B774; }
a { background-color: rgb(164,183,116); }
div.DivClassName
{
background-color: #A4B774;
}
.BgClassName
{
background-color: #A4B774;
}
</style>
border-color css
<style>
span { border-color: #A4B774; }
span { border-color: rgb(164,183,116); }
td.TdClassName
{
border-color: #A4B774;
}
.TagClassName
{
border-color: #A4B774;
}
</style>