Shades of Chelsea Cucumber #8AA671
Tints of Chelsea Cucumber #8AA671
RGB
CMYK
RGB Variations
Color information
#8AA671 (or 0x8AA671) is known color: Chelsea Cucumber. HEX triplet: 8A, A6 and 71. RGB value is (138,166,113). Sum of RGB (Red+Green+Blue) = 138+166+113=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA671 is #75598E. Grayscale: #979797. Windows color (decimal): -7690639 or 7448202. OLE color: 7448202.
HSL color Cylindrical-coordinate representation of color #8AA671: hue angle of 91.7º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA671 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 113 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.35 |
| HSL | 91.7º | 0.23% | 0.55% | - |
| HSV(B) | 91.7º | 0.32% | 0.65% | - |
| XYZ | 27.1 | 33.87 | 20.73 | - |
| YUV | 151.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 113 | 0.17 | 0 | 0.32 | 0.35 | 91.7 | 0.23 | 0.55 |
| Hex | 8A | A6 | 71 | 11 | 0 | 20 | 23 | 5C | 17 | 37 |
| Octal | 212 | 246 | 161 | 21 | 0 | 40 | 43 | 134 | 27 | 67 |
| Binary | 10001010 | 10100110 | 1110001 | 10001 | 0 | 100000 | 100011 | 1011100 | 10111 | 110111 |
Color Harmonies of #8AA671
Complementary color
Monochromatic Colors of #8AA671
Black with #8AA671
Text Example
Text Example
White with #8AA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA671; }
p { color: rgb(138,166,113); }
H1.HeaderClassName
{
color: #8AA671;
}
.AnyTagClassName
{
color: #8AA671;
}
</style>
background-color css
<style>
a { background-color: #8AA671; }
a { background-color: rgb(138,166,113); }
div.DivClassName
{
background-color: #8AA671;
}
.BgClassName
{
background-color: #8AA671;
}
</style>
border-color css
<style>
span { border-color: #8AA671; }
span { border-color: rgb(138,166,113); }
td.TdClassName
{
border-color: #8AA671;
}
.TagClassName
{
border-color: #8AA671;
}
</style>