Shades of Locust #ABB07B
Tints of Locust #ABB07B
RGB
CMYK
RGB Variations
Color information
#ABB07B (or 0xABB07B) is known color: Locust. HEX triplet: AB, B0 and 7B. RGB value is (171,176,123). Sum of RGB (Red+Green+Blue) = 171+176+123=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB07B is #544F84. Grayscale: #A8A8A8. Windows color (decimal): -5525381 or 8106155. OLE color: 8106155.
HSL color Cylindrical-coordinate representation of color #ABB07B: hue angle of 65.66º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB07B is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 176 | 123 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.31 |
| HSL | 65.66º | 0.25% | 0.59% | - |
| HSV(B) | 65.66º | 0.3% | 0.69% | - |
| XYZ | 35.9 | 41.14 | 24.79 | - |
| YUV | 168.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 123 | 0.03 | 0 | 0.30 | 0.31 | 65.66 | 0.25 | 0.59 |
| Hex | AB | B0 | 7B | 3 | 0 | 1E | 1F | 42 | 19 | 3B |
| Octal | 253 | 260 | 173 | 3 | 0 | 36 | 37 | 102 | 31 | 73 |
| Binary | 10101011 | 10110000 | 1111011 | 11 | 0 | 11110 | 11111 | 1000010 | 11001 | 111011 |
Color Harmonies of #ABB07B
Complementary color
Monochromatic Colors of #ABB07B
Black with #ABB07B
Text Example
Text Example
White with #ABB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB07B; }
p { color: rgb(171,176,123); }
H1.HeaderClassName
{
color: #ABB07B;
}
.AnyTagClassName
{
color: #ABB07B;
}
</style>
background-color css
<style>
a { background-color: #ABB07B; }
a { background-color: rgb(171,176,123); }
div.DivClassName
{
background-color: #ABB07B;
}
.BgClassName
{
background-color: #ABB07B;
}
</style>
border-color css
<style>
span { border-color: #ABB07B; }
span { border-color: rgb(171,176,123); }
td.TdClassName
{
border-color: #ABB07B;
}
.TagClassName
{
border-color: #ABB07B;
}
</style>