Shades of Chelsea Cucumber #8AA766
Tints of Chelsea Cucumber #8AA766
RGB
CMYK
RGB Variations
Color information
#8AA766 (or 0x8AA766) is known color: Chelsea Cucumber. HEX triplet: 8A, A7 and 66. RGB value is (138,167,102). Sum of RGB (Red+Green+Blue) = 138+167+102=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA766 is #755899. Grayscale: #979797. Windows color (decimal): -7690394 or 6727562. OLE color: 6727562.
HSL color Cylindrical-coordinate representation of color #8AA766: hue angle of 86.77º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AA766 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 102 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.35 |
| HSL | 86.77º | 0.27% | 0.53% | - |
| HSV(B) | 86.77º | 0.39% | 0.65% | - |
| XYZ | 26.7 | 34 | 17.73 | - |
| YUV | 150.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 102 | 0.17 | 0 | 0.39 | 0.35 | 86.77 | 0.27 | 0.53 |
| Hex | 8A | A7 | 66 | 11 | 0 | 27 | 23 | 57 | 1B | 35 |
| Octal | 212 | 247 | 146 | 21 | 0 | 47 | 43 | 127 | 33 | 65 |
| Binary | 10001010 | 10100111 | 1100110 | 10001 | 0 | 100111 | 100011 | 1010111 | 11011 | 110101 |
Color Harmonies of #8AA766
Complementary color
Monochromatic Colors of #8AA766
Black with #8AA766
Text Example
Text Example
White with #8AA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA766; }
p { color: rgb(138,167,102); }
H1.HeaderClassName
{
color: #8AA766;
}
.AnyTagClassName
{
color: #8AA766;
}
</style>
background-color css
<style>
a { background-color: #8AA766; }
a { background-color: rgb(138,167,102); }
div.DivClassName
{
background-color: #8AA766;
}
.BgClassName
{
background-color: #8AA766;
}
</style>
border-color css
<style>
span { border-color: #8AA766; }
span { border-color: rgb(138,167,102); }
td.TdClassName
{
border-color: #8AA766;
}
.TagClassName
{
border-color: #8AA766;
}
</style>