Shades of Olive Green #ABB266
Tints of Olive Green #ABB266
RGB
CMYK
RGB Variations
Color information
#ABB266 (or 0xABB266) is known color: Olive Green. HEX triplet: AB, B2 and 66. RGB value is (171,178,102). Sum of RGB (Red+Green+Blue) = 171+178+102=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB266 is #544D99. Grayscale: #A7A7A7. Windows color (decimal): -5524890 or 6730411. OLE color: 6730411.
HSL color Cylindrical-coordinate representation of color #ABB266: hue angle of 65.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABB266 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 102 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.30 |
| HSL | 65.53º | 0.33% | 0.55% | - |
| HSV(B) | 65.53º | 0.43% | 0.7% | - |
| XYZ | 35.11 | 41.46 | 18.72 | - |
| YUV | 167.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 102 | 0.04 | 0 | 0.43 | 0.30 | 65.53 | 0.33 | 0.55 |
| Hex | AB | B2 | 66 | 4 | 0 | 2B | 1E | 42 | 21 | 37 |
| Octal | 253 | 262 | 146 | 4 | 0 | 53 | 36 | 102 | 41 | 67 |
| Binary | 10101011 | 10110010 | 1100110 | 100 | 0 | 101011 | 11110 | 1000010 | 100001 | 110111 |
Color Harmonies of #ABB266
Complementary color
Monochromatic Colors of #ABB266
Black with #ABB266
Text Example
Text Example
White with #ABB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB266; }
p { color: rgb(171,178,102); }
H1.HeaderClassName
{
color: #ABB266;
}
.AnyTagClassName
{
color: #ABB266;
}
</style>
background-color css
<style>
a { background-color: #ABB266; }
a { background-color: rgb(171,178,102); }
div.DivClassName
{
background-color: #ABB266;
}
.BgClassName
{
background-color: #ABB266;
}
</style>
border-color css
<style>
span { border-color: #ABB266; }
span { border-color: rgb(171,178,102); }
td.TdClassName
{
border-color: #ABB266;
}
.TagClassName
{
border-color: #ABB266;
}
</style>