Shades of Olivine #A4B77A
Tints of Olivine #A4B77A
RGB
CMYK
RGB Variations
Color information
#A4B77A (or 0xA4B77A) is known color: Olivine. HEX triplet: A4, B7 and 7A. RGB value is (164,183,122). Sum of RGB (Red+Green+Blue) = 164+183+122=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B77A is #5B4885. Grayscale: #AAAAAA. Windows color (decimal): -5982342 or 8042404. OLE color: 8042404.
HSL color Cylindrical-coordinate representation of color #A4B77A: hue angle of 78.69º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4B77A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 122 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.28 |
| HSL | 78.69º | 0.3% | 0.6% | - |
| HSV(B) | 78.69º | 0.33% | 0.72% | - |
| XYZ | 35.76 | 43.16 | 24.86 | - |
| YUV | 170.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 122 | 0.10 | 0 | 0.33 | 0.28 | 78.69 | 0.3 | 0.6 |
| Hex | A4 | B7 | 7A | A | 0 | 21 | 1C | 4F | 1E | 3C |
| Octal | 244 | 267 | 172 | 12 | 0 | 41 | 34 | 117 | 36 | 74 |
| Binary | 10100100 | 10110111 | 1111010 | 1010 | 0 | 100001 | 11100 | 1001111 | 11110 | 111100 |
Color Harmonies of #A4B77A
Complementary color
Monochromatic Colors of #A4B77A
Black with #A4B77A
Text Example
Text Example
White with #A4B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B77A; }
p { color: rgb(164,183,122); }
H1.HeaderClassName
{
color: #A4B77A;
}
.AnyTagClassName
{
color: #A4B77A;
}
</style>
background-color css
<style>
a { background-color: #A4B77A; }
a { background-color: rgb(164,183,122); }
div.DivClassName
{
background-color: #A4B77A;
}
.BgClassName
{
background-color: #A4B77A;
}
</style>
border-color css
<style>
span { border-color: #A4B77A; }
span { border-color: rgb(164,183,122); }
td.TdClassName
{
border-color: #A4B77A;
}
.TagClassName
{
border-color: #A4B77A;
}
</style>