Shades of Chelsea Cucumber #85AC68
Tints of Chelsea Cucumber #85AC68
RGB
CMYK
RGB Variations
Color information
#85AC68 (or 0x85AC68) is known color: Chelsea Cucumber. HEX triplet: 85, AC and 68. RGB value is (133,172,104). Sum of RGB (Red+Green+Blue) = 133+172+104=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC68 is #7A5397. Grayscale: #989898. Windows color (decimal): -8016792 or 6859909. OLE color: 6859909.
HSL color Cylindrical-coordinate representation of color #85AC68: hue angle of 94.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AC68 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 104 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.33 |
| HSL | 94.41º | 0.29% | 0.54% | - |
| HSV(B) | 94.41º | 0.4% | 0.67% | - |
| XYZ | 26.92 | 35.49 | 18.53 | - |
| YUV | 152.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 104 | 0.23 | 0 | 0.40 | 0.33 | 94.41 | 0.29 | 0.54 |
| Hex | 85 | AC | 68 | 17 | 0 | 28 | 21 | 5E | 1D | 36 |
| Octal | 205 | 254 | 150 | 27 | 0 | 50 | 41 | 136 | 35 | 66 |
| Binary | 10000101 | 10101100 | 1101000 | 10111 | 0 | 101000 | 100001 | 1011110 | 11101 | 110110 |
Color Harmonies of #85AC68
Complementary color
Monochromatic Colors of #85AC68
Black with #85AC68
Text Example
Text Example
White with #85AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC68; }
p { color: rgb(133,172,104); }
H1.HeaderClassName
{
color: #85AC68;
}
.AnyTagClassName
{
color: #85AC68;
}
</style>
background-color css
<style>
a { background-color: #85AC68; }
a { background-color: rgb(133,172,104); }
div.DivClassName
{
background-color: #85AC68;
}
.BgClassName
{
background-color: #85AC68;
}
</style>
border-color css
<style>
span { border-color: #85AC68; }
span { border-color: rgb(133,172,104); }
td.TdClassName
{
border-color: #85AC68;
}
.TagClassName
{
border-color: #85AC68;
}
</style>