Shades of Olivine #A4C77B
Tints of Olivine #A4C77B
RGB
CMYK
RGB Variations
Color information
#A4C77B (or 0xA4C77B) is known color: Olivine. HEX triplet: A4, C7 and 7B. RGB value is (164,199,123). Sum of RGB (Red+Green+Blue) = 164+199+123=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C77B is #5B3884. Grayscale: #B4B4B4. Windows color (decimal): -5978245 or 8112036. OLE color: 8112036.
HSL color Cylindrical-coordinate representation of color #A4C77B: hue angle of 87.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4C77B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 123 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.22 |
| HSL | 87.63º | 0.4% | 0.63% | - |
| HSV(B) | 87.63º | 0.38% | 0.78% | - |
| XYZ | 39.31 | 50.17 | 26.35 | - |
| YUV | 179.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 123 | 0.18 | 0 | 0.38 | 0.22 | 87.63 | 0.4 | 0.63 |
| Hex | A4 | C7 | 7B | 12 | 0 | 26 | 16 | 58 | 28 | 3F |
| Octal | 244 | 307 | 173 | 22 | 0 | 46 | 26 | 130 | 50 | 77 |
| Binary | 10100100 | 11000111 | 1111011 | 10010 | 0 | 100110 | 10110 | 1011000 | 101000 | 111111 |
Color Harmonies of #A4C77B
Complementary color
Monochromatic Colors of #A4C77B
Black with #A4C77B
Text Example
Text Example
White with #A4C77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C77B; }
p { color: rgb(164,199,123); }
H1.HeaderClassName
{
color: #A4C77B;
}
.AnyTagClassName
{
color: #A4C77B;
}
</style>
background-color css
<style>
a { background-color: #A4C77B; }
a { background-color: rgb(164,199,123); }
div.DivClassName
{
background-color: #A4C77B;
}
.BgClassName
{
background-color: #A4C77B;
}
</style>
border-color css
<style>
span { border-color: #A4C77B; }
span { border-color: rgb(164,199,123); }
td.TdClassName
{
border-color: #A4C77B;
}
.TagClassName
{
border-color: #A4C77B;
}
</style>