Shades of Chelsea Cucumber #85AF69
Tints of Chelsea Cucumber #85AF69
RGB
CMYK
RGB Variations
Color information
#85AF69 (or 0x85AF69) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 69. RGB value is (133,175,105). Sum of RGB (Red+Green+Blue) = 133+175+105=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF69 is #7A5096. Grayscale: #9A9A9A. Windows color (decimal): -8016023 or 6926213. OLE color: 6926213.
HSL color Cylindrical-coordinate representation of color #85AF69: hue angle of 96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AF69 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 105 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.31 |
| HSL | 96º | 0.3% | 0.55% | - |
| HSV(B) | 96º | 0.4% | 0.69% | - |
| XYZ | 27.55 | 36.67 | 18.99 | - |
| YUV | 154.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 105 | 0.24 | 0 | 0.40 | 0.31 | 96 | 0.3 | 0.55 |
| Hex | 85 | AF | 69 | 18 | 0 | 28 | 1F | 60 | 1E | 37 |
| Octal | 205 | 257 | 151 | 30 | 0 | 50 | 37 | 140 | 36 | 67 |
| Binary | 10000101 | 10101111 | 1101001 | 11000 | 0 | 101000 | 11111 | 1100000 | 11110 | 110111 |
Color Harmonies of #85AF69
Complementary color
Monochromatic Colors of #85AF69
Black with #85AF69
Text Example
Text Example
White with #85AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF69; }
p { color: rgb(133,175,105); }
H1.HeaderClassName
{
color: #85AF69;
}
.AnyTagClassName
{
color: #85AF69;
}
</style>
background-color css
<style>
a { background-color: #85AF69; }
a { background-color: rgb(133,175,105); }
div.DivClassName
{
background-color: #85AF69;
}
.BgClassName
{
background-color: #85AF69;
}
</style>
border-color css
<style>
span { border-color: #85AF69; }
span { border-color: rgb(133,175,105); }
td.TdClassName
{
border-color: #85AF69;
}
.TagClassName
{
border-color: #85AF69;
}
</style>