Shades of Wild Willow #ABC768
Tints of Wild Willow #ABC768
RGB
CMYK
RGB Variations
Color information
#ABC768 (or 0xABC768) is known color: Wild Willow. HEX triplet: AB, C7 and 68. RGB value is (171,199,104). Sum of RGB (Red+Green+Blue) = 171+199+104=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC768 is #543897. Grayscale: #B4B4B4. Windows color (decimal): -5519512 or 6866859. OLE color: 6866859.
HSL color Cylindrical-coordinate representation of color #ABC768: hue angle of 77.68º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABC768 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 104 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.22 |
| HSL | 77.68º | 0.46% | 0.59% | - |
| HSV(B) | 77.68º | 0.48% | 0.78% | - |
| XYZ | 39.72 | 50.5 | 20.75 | - |
| YUV | 179.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 104 | 0.14 | 0 | 0.48 | 0.22 | 77.68 | 0.46 | 0.59 |
| Hex | AB | C7 | 68 | E | 0 | 30 | 16 | 4E | 2E | 3B |
| Octal | 253 | 307 | 150 | 16 | 0 | 60 | 26 | 116 | 56 | 73 |
| Binary | 10101011 | 11000111 | 1101000 | 1110 | 0 | 110000 | 10110 | 1001110 | 101110 | 111011 |
Color Harmonies of #ABC768
Complementary color
Monochromatic Colors of #ABC768
Black with #ABC768
Text Example
Text Example
White with #ABC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC768; }
p { color: rgb(171,199,104); }
H1.HeaderClassName
{
color: #ABC768;
}
.AnyTagClassName
{
color: #ABC768;
}
</style>
background-color css
<style>
a { background-color: #ABC768; }
a { background-color: rgb(171,199,104); }
div.DivClassName
{
background-color: #ABC768;
}
.BgClassName
{
background-color: #ABC768;
}
</style>
border-color css
<style>
span { border-color: #ABC768; }
span { border-color: rgb(171,199,104); }
td.TdClassName
{
border-color: #ABC768;
}
.TagClassName
{
border-color: #ABC768;
}
</style>