Shades of Olivine #A4B378
Tints of Olivine #A4B378
RGB
CMYK
RGB Variations
Color information
#A4B378 (or 0xA4B378) is known color: Olivine. HEX triplet: A4, B3 and 78. RGB value is (164,179,120). Sum of RGB (Red+Green+Blue) = 164+179+120=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B378 is #5B4C87. Grayscale: #A8A8A8. Windows color (decimal): -5983368 or 7910308. OLE color: 7910308.
HSL color Cylindrical-coordinate representation of color #A4B378: hue angle of 75.25º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4B378 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 120 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.30 |
| HSL | 75.25º | 0.28% | 0.59% | - |
| HSV(B) | 75.25º | 0.33% | 0.7% | - |
| XYZ | 34.82 | 41.49 | 23.94 | - |
| YUV | 167.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 120 | 0.08 | 0 | 0.33 | 0.30 | 75.25 | 0.28 | 0.59 |
| Hex | A4 | B3 | 78 | 8 | 0 | 21 | 1E | 4B | 1C | 3B |
| Octal | 244 | 263 | 170 | 10 | 0 | 41 | 36 | 113 | 34 | 73 |
| Binary | 10100100 | 10110011 | 1111000 | 1000 | 0 | 100001 | 11110 | 1001011 | 11100 | 111011 |
Color Harmonies of #A4B378
Complementary color
Monochromatic Colors of #A4B378
Black with #A4B378
Text Example
Text Example
White with #A4B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B378; }
p { color: rgb(164,179,120); }
H1.HeaderClassName
{
color: #A4B378;
}
.AnyTagClassName
{
color: #A4B378;
}
</style>
background-color css
<style>
a { background-color: #A4B378; }
a { background-color: rgb(164,179,120); }
div.DivClassName
{
background-color: #A4B378;
}
.BgClassName
{
background-color: #A4B378;
}
</style>
border-color css
<style>
span { border-color: #A4B378; }
span { border-color: rgb(164,179,120); }
td.TdClassName
{
border-color: #A4B378;
}
.TagClassName
{
border-color: #A4B378;
}
</style>