Shades of Chelsea Cucumber #85A667
Tints of Chelsea Cucumber #85A667
RGB
CMYK
RGB Variations
Color information
#85A667 (or 0x85A667) is known color: Chelsea Cucumber. HEX triplet: 85, A6 and 67. RGB value is (133,166,103). Sum of RGB (Red+Green+Blue) = 133+166+103=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #85A667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A667 is #7A5998. Grayscale: #959595. Windows color (decimal): -8018329 or 6792837. OLE color: 6792837.
HSL color Cylindrical-coordinate representation of color #85A667: hue angle of 91.43º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85A667 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 103 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.35 |
| HSL | 91.43º | 0.26% | 0.53% | - |
| HSV(B) | 91.43º | 0.38% | 0.65% | - |
| XYZ | 25.76 | 33.24 | 17.89 | - |
| YUV | 148.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 103 | 0.20 | 0 | 0.38 | 0.35 | 91.43 | 0.26 | 0.53 |
| Hex | 85 | A6 | 67 | 14 | 0 | 26 | 23 | 5B | 1A | 35 |
| Octal | 205 | 246 | 147 | 24 | 0 | 46 | 43 | 133 | 32 | 65 |
| Binary | 10000101 | 10100110 | 1100111 | 10100 | 0 | 100110 | 100011 | 1011011 | 11010 | 110101 |
Color Harmonies of #85A667
Complementary color
Monochromatic Colors of #85A667
Black with #85A667
Text Example
Text Example
White with #85A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A667; }
p { color: rgb(133,166,103); }
H1.HeaderClassName
{
color: #85A667;
}
.AnyTagClassName
{
color: #85A667;
}
</style>
background-color css
<style>
a { background-color: #85A667; }
a { background-color: rgb(133,166,103); }
div.DivClassName
{
background-color: #85A667;
}
.BgClassName
{
background-color: #85A667;
}
</style>
border-color css
<style>
span { border-color: #85A667; }
span { border-color: rgb(133,166,103); }
td.TdClassName
{
border-color: #85A667;
}
.TagClassName
{
border-color: #85A667;
}
</style>