Shades of Olivine #A2B77B
Tints of Olivine #A2B77B
RGB
CMYK
RGB Variations
Color information
#A2B77B (or 0xA2B77B) is known color: Olivine. HEX triplet: A2, B7 and 7B. RGB value is (162,183,123). Sum of RGB (Red+Green+Blue) = 162+183+123=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B77B is #5D4884. Grayscale: #AAAAAA. Windows color (decimal): -6113413 or 8107938. OLE color: 8107938.
HSL color Cylindrical-coordinate representation of color #A2B77B: hue angle of 81º degrees, saturation: 0.29, 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 #A2B77B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 123 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.28 |
| HSL | 81º | 0.29% | 0.6% | - |
| HSV(B) | 81º | 0.33% | 0.72% | - |
| XYZ | 35.41 | 42.98 | 25.17 | - |
| YUV | 169.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 123 | 0.11 | 0 | 0.33 | 0.28 | 81 | 0.29 | 0.6 |
| Hex | A2 | B7 | 7B | B | 0 | 21 | 1C | 51 | 1D | 3C |
| Octal | 242 | 267 | 173 | 13 | 0 | 41 | 34 | 121 | 35 | 74 |
| Binary | 10100010 | 10110111 | 1111011 | 1011 | 0 | 100001 | 11100 | 1010001 | 11101 | 111100 |
Color Harmonies of #A2B77B
Complementary color
Monochromatic Colors of #A2B77B
Black with #A2B77B
Text Example
Text Example
White with #A2B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B77B; }
p { color: rgb(162,183,123); }
H1.HeaderClassName
{
color: #A2B77B;
}
.AnyTagClassName
{
color: #A2B77B;
}
</style>
background-color css
<style>
a { background-color: #A2B77B; }
a { background-color: rgb(162,183,123); }
div.DivClassName
{
background-color: #A2B77B;
}
.BgClassName
{
background-color: #A2B77B;
}
</style>
border-color css
<style>
span { border-color: #A2B77B; }
span { border-color: rgb(162,183,123); }
td.TdClassName
{
border-color: #A2B77B;
}
.TagClassName
{
border-color: #A2B77B;
}
</style>