Shades of Chelsea Cucumber #85A968
Tints of Chelsea Cucumber #85A968
RGB
CMYK
RGB Variations
Color information
#85A968 (or 0x85A968) is known color: Chelsea Cucumber. HEX triplet: 85, A9 and 68. RGB value is (133,169,104). Sum of RGB (Red+Green+Blue) = 133+169+104=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #85A968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A968 is #7A5697. Grayscale: #979797. Windows color (decimal): -8017560 or 6859141. OLE color: 6859141.
HSL color Cylindrical-coordinate representation of color #85A968: hue angle of 93.23º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85A968 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 169 | 104 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.34 |
| HSL | 93.23º | 0.27% | 0.54% | - |
| HSV(B) | 93.23º | 0.38% | 0.66% | - |
| XYZ | 26.36 | 34.36 | 18.34 | - |
| YUV | 150.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 104 | 0.21 | 0 | 0.38 | 0.34 | 93.23 | 0.27 | 0.54 |
| Hex | 85 | A9 | 68 | 15 | 0 | 26 | 22 | 5D | 1B | 36 |
| Octal | 205 | 251 | 150 | 25 | 0 | 46 | 42 | 135 | 33 | 66 |
| Binary | 10000101 | 10101001 | 1101000 | 10101 | 0 | 100110 | 100010 | 1011101 | 11011 | 110110 |
Color Harmonies of #85A968
Complementary color
Monochromatic Colors of #85A968
Black with #85A968
Text Example
Text Example
White with #85A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A968; }
p { color: rgb(133,169,104); }
H1.HeaderClassName
{
color: #85A968;
}
.AnyTagClassName
{
color: #85A968;
}
</style>
background-color css
<style>
a { background-color: #85A968; }
a { background-color: rgb(133,169,104); }
div.DivClassName
{
background-color: #85A968;
}
.BgClassName
{
background-color: #85A968;
}
</style>
border-color css
<style>
span { border-color: #85A968; }
span { border-color: rgb(133,169,104); }
td.TdClassName
{
border-color: #85A968;
}
.TagClassName
{
border-color: #85A968;
}
</style>