Shades of Chelsea Cucumber #8A9F69
Tints of Chelsea Cucumber #8A9F69
RGB
CMYK
RGB Variations
Color information
#8A9F69 (or 0x8A9F69) is known color: Chelsea Cucumber. HEX triplet: 8A, 9F and 69. RGB value is (138,159,105). Sum of RGB (Red+Green+Blue) = 138+159+105=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F69 is #756096. Grayscale: #929292. Windows color (decimal): -7692439 or 6922122. OLE color: 6922122.
HSL color Cylindrical-coordinate representation of color #8A9F69: hue angle of 83.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A9F69 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 105 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.38 |
| HSL | 83.33º | 0.22% | 0.52% | - |
| HSV(B) | 83.33º | 0.34% | 0.62% | - |
| XYZ | 25.43 | 31.22 | 18.05 | - |
| YUV | 146.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 105 | 0.13 | 0 | 0.34 | 0.38 | 83.33 | 0.22 | 0.52 |
| Hex | 8A | 9F | 69 | D | 0 | 22 | 26 | 53 | 16 | 34 |
| Octal | 212 | 237 | 151 | 15 | 0 | 42 | 46 | 123 | 26 | 64 |
| Binary | 10001010 | 10011111 | 1101001 | 1101 | 0 | 100010 | 100110 | 1010011 | 10110 | 110100 |
Color Harmonies of #8A9F69
Complementary color
Monochromatic Colors of #8A9F69
Black with #8A9F69
Text Example
Text Example
White with #8A9F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F69; }
p { color: rgb(138,159,105); }
H1.HeaderClassName
{
color: #8A9F69;
}
.AnyTagClassName
{
color: #8A9F69;
}
</style>
background-color css
<style>
a { background-color: #8A9F69; }
a { background-color: rgb(138,159,105); }
div.DivClassName
{
background-color: #8A9F69;
}
.BgClassName
{
background-color: #8A9F69;
}
</style>
border-color css
<style>
span { border-color: #8A9F69; }
span { border-color: rgb(138,159,105); }
td.TdClassName
{
border-color: #8A9F69;
}
.TagClassName
{
border-color: #8A9F69;
}
</style>