Shades of Chelsea Cucumber #8A9A62
Tints of Chelsea Cucumber #8A9A62
RGB
CMYK
RGB Variations
Color information
#8A9A62 (or 0x8A9A62) is known color: Chelsea Cucumber. HEX triplet: 8A, 9A and 62. RGB value is (138,154,98). Sum of RGB (Red+Green+Blue) = 138+154+98=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A62 is #75659D. Grayscale: #8F8F8F. Windows color (decimal): -7693726 or 6462090. OLE color: 6462090.
HSL color Cylindrical-coordinate representation of color #8A9A62: hue angle of 77.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A9A62 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 154 | 98 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.40 |
| HSL | 77.14º | 0.22% | 0.49% | - |
| HSV(B) | 77.14º | 0.36% | 0.6% | - |
| XYZ | 24.24 | 29.4 | 15.95 | - |
| YUV | 142.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 98 | 0.10 | 0 | 0.36 | 0.40 | 77.14 | 0.22 | 0.49 |
| Hex | 8A | 9A | 62 | A | 0 | 24 | 28 | 4D | 16 | 31 |
| Octal | 212 | 232 | 142 | 12 | 0 | 44 | 50 | 115 | 26 | 61 |
| Binary | 10001010 | 10011010 | 1100010 | 1010 | 0 | 100100 | 101000 | 1001101 | 10110 | 110001 |
Color Harmonies of #8A9A62
Complementary color
Monochromatic Colors of #8A9A62
Black with #8A9A62
Text Example
Text Example
White with #8A9A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9A62; }
p { color: rgb(138,154,98); }
H1.HeaderClassName
{
color: #8A9A62;
}
.AnyTagClassName
{
color: #8A9A62;
}
</style>
background-color css
<style>
a { background-color: #8A9A62; }
a { background-color: rgb(138,154,98); }
div.DivClassName
{
background-color: #8A9A62;
}
.BgClassName
{
background-color: #8A9A62;
}
</style>
border-color css
<style>
span { border-color: #8A9A62; }
span { border-color: rgb(138,154,98); }
td.TdClassName
{
border-color: #8A9A62;
}
.TagClassName
{
border-color: #8A9A62;
}
</style>