Shades of Chelsea Cucumber #8AA76B
Tints of Chelsea Cucumber #8AA76B
RGB
CMYK
RGB Variations
Color information
#8AA76B (or 0x8AA76B) is known color: Chelsea Cucumber. HEX triplet: 8A, A7 and 6B. RGB value is (138,167,107). Sum of RGB (Red+Green+Blue) = 138+167+107=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA76B is #755894. Grayscale: #979797. Windows color (decimal): -7690389 or 7055242. OLE color: 7055242.
HSL color Cylindrical-coordinate representation of color #8AA76B: hue angle of 89º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA76B is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 107 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.35 |
| HSL | 89º | 0.25% | 0.54% | - |
| HSV(B) | 89º | 0.36% | 0.65% | - |
| XYZ | 26.95 | 34.1 | 19.07 | - |
| YUV | 151.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 107 | 0.17 | 0 | 0.36 | 0.35 | 89 | 0.25 | 0.54 |
| Hex | 8A | A7 | 6B | 11 | 0 | 24 | 23 | 59 | 19 | 36 |
| Octal | 212 | 247 | 153 | 21 | 0 | 44 | 43 | 131 | 31 | 66 |
| Binary | 10001010 | 10100111 | 1101011 | 10001 | 0 | 100100 | 100011 | 1011001 | 11001 | 110110 |
Color Harmonies of #8AA76B
Complementary color
Monochromatic Colors of #8AA76B
Black with #8AA76B
Text Example
Text Example
White with #8AA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA76B; }
p { color: rgb(138,167,107); }
H1.HeaderClassName
{
color: #8AA76B;
}
.AnyTagClassName
{
color: #8AA76B;
}
</style>
background-color css
<style>
a { background-color: #8AA76B; }
a { background-color: rgb(138,167,107); }
div.DivClassName
{
background-color: #8AA76B;
}
.BgClassName
{
background-color: #8AA76B;
}
</style>
border-color css
<style>
span { border-color: #8AA76B; }
span { border-color: rgb(138,167,107); }
td.TdClassName
{
border-color: #8AA76B;
}
.TagClassName
{
border-color: #8AA76B;
}
</style>