Shades of Olivine #A4B377
Tints of Olivine #A4B377
RGB
CMYK
RGB Variations
Color information
#A4B377 (or 0xA4B377) is known color: Olivine. HEX triplet: A4, B3 and 77. RGB value is (164,179,119). Sum of RGB (Red+Green+Blue) = 164+179+119=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B377 is #5B4C88. Grayscale: #A7A7A7. Windows color (decimal): -5983369 or 7844772. OLE color: 7844772.
HSL color Cylindrical-coordinate representation of color #A4B377: hue angle of 75º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B377 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 119 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.30 |
| HSL | 75º | 0.28% | 0.58% | - |
| HSV(B) | 75º | 0.34% | 0.7% | - |
| XYZ | 34.76 | 41.46 | 23.62 | - |
| YUV | 167.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 119 | 0.08 | 0 | 0.34 | 0.30 | 75 | 0.28 | 0.58 |
| Hex | A4 | B3 | 77 | 8 | 0 | 22 | 1E | 4B | 1C | 3A |
| Octal | 244 | 263 | 167 | 10 | 0 | 42 | 36 | 113 | 34 | 72 |
| Binary | 10100100 | 10110011 | 1110111 | 1000 | 0 | 100010 | 11110 | 1001011 | 11100 | 111010 |
Color Harmonies of #A4B377
Complementary color
Monochromatic Colors of #A4B377
Black with #A4B377
Text Example
Text Example
White with #A4B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B377; }
p { color: rgb(164,179,119); }
H1.HeaderClassName
{
color: #A4B377;
}
.AnyTagClassName
{
color: #A4B377;
}
</style>
background-color css
<style>
a { background-color: #A4B377; }
a { background-color: rgb(164,179,119); }
div.DivClassName
{
background-color: #A4B377;
}
.BgClassName
{
background-color: #A4B377;
}
</style>
border-color css
<style>
span { border-color: #A4B377; }
span { border-color: rgb(164,179,119); }
td.TdClassName
{
border-color: #A4B377;
}
.TagClassName
{
border-color: #A4B377;
}
</style>