Shades of Chelsea Cucumber #85A445
Tints of Chelsea Cucumber #85A445
RGB
CMYK
RGB Variations
Color information
#85A445 (or 0x85A445) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 45. RGB value is (133,164,69). Sum of RGB (Red+Green+Blue) = 133+164+69=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #85A445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A445 is #7A5BBA. Grayscale: #909090. Windows color (decimal): -8018875 or 4564101. OLE color: 4564101.
HSL color Cylindrical-coordinate representation of color #85A445: hue angle of 79.58º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85A445 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 69 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.36 |
| HSL | 79.58º | 0.41% | 0.46% | - |
| HSV(B) | 79.58º | 0.58% | 0.64% | - |
| XYZ | 24.02 | 31.97 | 10.53 | - |
| YUV | 143.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 69 | 0.19 | 0 | 0.58 | 0.36 | 79.58 | 0.41 | 0.46 |
| Hex | 85 | A4 | 45 | 13 | 0 | 3A | 24 | 50 | 29 | 2E |
| Octal | 205 | 244 | 105 | 23 | 0 | 72 | 44 | 120 | 51 | 56 |
| Binary | 10000101 | 10100100 | 1000101 | 10011 | 0 | 111010 | 100100 | 1010000 | 101001 | 101110 |
Color Harmonies of #85A445
Complementary color
Monochromatic Colors of #85A445
Black with #85A445
Text Example
Text Example
White with #85A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A445; }
p { color: rgb(133,164,69); }
H1.HeaderClassName
{
color: #85A445;
}
.AnyTagClassName
{
color: #85A445;
}
</style>
background-color css
<style>
a { background-color: #85A445; }
a { background-color: rgb(133,164,69); }
div.DivClassName
{
background-color: #85A445;
}
.BgClassName
{
background-color: #85A445;
}
</style>
border-color css
<style>
span { border-color: #85A445; }
span { border-color: rgb(133,164,69); }
td.TdClassName
{
border-color: #85A445;
}
.TagClassName
{
border-color: #85A445;
}
</style>