Shades of Locust #A7B278
Tints of Locust #A7B278
RGB
CMYK
RGB Variations
Color information
#A7B278 (or 0xA7B278) is known color: Locust. HEX triplet: A7, B2 and 78. RGB value is (167,178,120). Sum of RGB (Red+Green+Blue) = 167+178+120=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B278 is #584D87. Grayscale: #A8A8A8. Windows color (decimal): -5787016 or 7910055. OLE color: 7910055.
HSL color Cylindrical-coordinate representation of color #A7B278: hue angle of 71.38º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B278 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 120 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.30 |
| HSL | 71.38º | 0.27% | 0.58% | - |
| HSV(B) | 71.38º | 0.33% | 0.7% | - |
| XYZ | 35.25 | 41.41 | 23.9 | - |
| YUV | 168.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 120 | 0.06 | 0 | 0.33 | 0.30 | 71.38 | 0.27 | 0.58 |
| Hex | A7 | B2 | 78 | 6 | 0 | 21 | 1E | 47 | 1B | 3A |
| Octal | 247 | 262 | 170 | 6 | 0 | 41 | 36 | 107 | 33 | 72 |
| Binary | 10100111 | 10110010 | 1111000 | 110 | 0 | 100001 | 11110 | 1000111 | 11011 | 111010 |
Color Harmonies of #A7B278
Complementary color
Monochromatic Colors of #A7B278
Black with #A7B278
Text Example
Text Example
White with #A7B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B278; }
p { color: rgb(167,178,120); }
H1.HeaderClassName
{
color: #A7B278;
}
.AnyTagClassName
{
color: #A7B278;
}
</style>
background-color css
<style>
a { background-color: #A7B278; }
a { background-color: rgb(167,178,120); }
div.DivClassName
{
background-color: #A7B278;
}
.BgClassName
{
background-color: #A7B278;
}
</style>
border-color css
<style>
span { border-color: #A7B278; }
span { border-color: rgb(167,178,120); }
td.TdClassName
{
border-color: #A7B278;
}
.TagClassName
{
border-color: #A7B278;
}
</style>