Shades of Asparagus #6B9B53
Tints of Asparagus #6B9B53
RGB
CMYK
RGB Variations
Color information
#6B9B53 (or 0x6B9B53) is known color: Asparagus. HEX triplet: 6B, 9B and 53. RGB value is (107,155,83). Sum of RGB (Red+Green+Blue) = 107+155+83=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B53 is #9464AC. Grayscale: #848484. Windows color (decimal): -9725101 or 5479275. OLE color: 5479275.
HSL color Cylindrical-coordinate representation of color #6B9B53: hue angle of 100º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B9B53 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 83 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.39 |
| HSL | 100º | 0.3% | 0.47% | - |
| HSV(B) | 100º | 0.46% | 0.61% | - |
| XYZ | 19.35 | 27.19 | 12.41 | - |
| YUV | 132.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 83 | 0.31 | 0 | 0.46 | 0.39 | 100 | 0.3 | 0.47 |
| Hex | 6B | 9B | 53 | 1F | 0 | 2E | 27 | 64 | 1E | 2F |
| Octal | 153 | 233 | 123 | 37 | 0 | 56 | 47 | 144 | 36 | 57 |
| Binary | 1101011 | 10011011 | 1010011 | 11111 | 0 | 101110 | 100111 | 1100100 | 11110 | 101111 |
Color Harmonies of #6B9B53
Complementary color
Monochromatic Colors of #6B9B53
Black with #6B9B53
Text Example
Text Example
White with #6B9B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B53; }
p { color: rgb(107,155,83); }
H1.HeaderClassName
{
color: #6B9B53;
}
.AnyTagClassName
{
color: #6B9B53;
}
</style>
background-color css
<style>
a { background-color: #6B9B53; }
a { background-color: rgb(107,155,83); }
div.DivClassName
{
background-color: #6B9B53;
}
.BgClassName
{
background-color: #6B9B53;
}
</style>
border-color css
<style>
span { border-color: #6B9B53; }
span { border-color: rgb(107,155,83); }
td.TdClassName
{
border-color: #6B9B53;
}
.TagClassName
{
border-color: #6B9B53;
}
</style>