Shades of Chelsea Cucumber #85AF6A
Tints of Chelsea Cucumber #85AF6A
RGB
CMYK
RGB Variations
Color information
#85AF6A (or 0x85AF6A) is known color: Chelsea Cucumber. HEX triplet: 85, AF and 6A. RGB value is (133,175,106). Sum of RGB (Red+Green+Blue) = 133+175+106=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF6A is #7A5095. Grayscale: #9A9A9A. Windows color (decimal): -8016022 or 6991749. OLE color: 6991749.
HSL color Cylindrical-coordinate representation of color #85AF6A: hue angle of 96.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85AF6A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 106 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.31 |
| HSL | 96.52º | 0.3% | 0.55% | - |
| HSV(B) | 96.52º | 0.39% | 0.69% | - |
| XYZ | 27.6 | 36.69 | 19.26 | - |
| YUV | 154.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 106 | 0.24 | 0 | 0.39 | 0.31 | 96.52 | 0.3 | 0.55 |
| Hex | 85 | AF | 6A | 18 | 0 | 27 | 1F | 61 | 1E | 37 |
| Octal | 205 | 257 | 152 | 30 | 0 | 47 | 37 | 141 | 36 | 67 |
| Binary | 10000101 | 10101111 | 1101010 | 11000 | 0 | 100111 | 11111 | 1100001 | 11110 | 110111 |
Color Harmonies of #85AF6A
Complementary color
Monochromatic Colors of #85AF6A
Black with #85AF6A
Text Example
Text Example
White with #85AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF6A; }
p { color: rgb(133,175,106); }
H1.HeaderClassName
{
color: #85AF6A;
}
.AnyTagClassName
{
color: #85AF6A;
}
</style>
background-color css
<style>
a { background-color: #85AF6A; }
a { background-color: rgb(133,175,106); }
div.DivClassName
{
background-color: #85AF6A;
}
.BgClassName
{
background-color: #85AF6A;
}
</style>
border-color css
<style>
span { border-color: #85AF6A; }
span { border-color: rgb(133,175,106); }
td.TdClassName
{
border-color: #85AF6A;
}
.TagClassName
{
border-color: #85AF6A;
}
</style>