Shades of Chelsea Cucumber #85A569
Tints of Chelsea Cucumber #85A569
RGB
CMYK
RGB Variations
Color information
#85A569 (or 0x85A569) is known color: Chelsea Cucumber. HEX triplet: 85, A5 and 69. RGB value is (133,165,105). Sum of RGB (Red+Green+Blue) = 133+165+105=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #85A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A569 is #7A5A96. Grayscale: #949494. Windows color (decimal): -8018583 or 6923653. OLE color: 6923653.
HSL color Cylindrical-coordinate representation of color #85A569: hue angle of 92º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85A569 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 105 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.35 |
| HSL | 92º | 0.25% | 0.53% | - |
| HSV(B) | 92º | 0.36% | 0.65% | - |
| XYZ | 25.68 | 32.92 | 18.36 | - |
| YUV | 148.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 105 | 0.19 | 0 | 0.36 | 0.35 | 92 | 0.25 | 0.53 |
| Hex | 85 | A5 | 69 | 13 | 0 | 24 | 23 | 5C | 19 | 35 |
| Octal | 205 | 245 | 151 | 23 | 0 | 44 | 43 | 134 | 31 | 65 |
| Binary | 10000101 | 10100101 | 1101001 | 10011 | 0 | 100100 | 100011 | 1011100 | 11001 | 110101 |
Color Harmonies of #85A569
Complementary color
Monochromatic Colors of #85A569
Black with #85A569
Text Example
Text Example
White with #85A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A569; }
p { color: rgb(133,165,105); }
H1.HeaderClassName
{
color: #85A569;
}
.AnyTagClassName
{
color: #85A569;
}
</style>
background-color css
<style>
a { background-color: #85A569; }
a { background-color: rgb(133,165,105); }
div.DivClassName
{
background-color: #85A569;
}
.BgClassName
{
background-color: #85A569;
}
</style>
border-color css
<style>
span { border-color: #85A569; }
span { border-color: rgb(133,165,105); }
td.TdClassName
{
border-color: #85A569;
}
.TagClassName
{
border-color: #85A569;
}
</style>