Shades of Chelsea Cucumber #869961
Tints of Chelsea Cucumber #869961
RGB
CMYK
RGB Variations
Color information
#869961 (or 0x869961) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 61. RGB value is (134,153,97). Sum of RGB (Red+Green+Blue) = 134+153+97=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #869961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869961 is #79669E. Grayscale: #8D8D8D. Windows color (decimal): -7956127 or 6396294. OLE color: 6396294.
HSL color Cylindrical-coordinate representation of color #869961: hue angle of 80.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #869961 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 97 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.4 |
| HSL | 80.36º | 0.22% | 0.49% | - |
| HSV(B) | 80.36º | 0.37% | 0.6% | - |
| XYZ | 23.38 | 28.71 | 15.62 | - |
| YUV | 140.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 97 | 0.12 | 0 | 0.37 | 0.4 | 80.36 | 0.22 | 0.49 |
| Hex | 86 | 99 | 61 | C | 0 | 25 | 28 | 50 | 16 | 31 |
| Octal | 206 | 231 | 141 | 14 | 0 | 45 | 50 | 120 | 26 | 61 |
| Binary | 10000110 | 10011001 | 1100001 | 1100 | 0 | 100101 | 101000 | 1010000 | 10110 | 110001 |
Color Harmonies of #869961
Complementary color
Monochromatic Colors of #869961
Black with #869961
Text Example
Text Example
White with #869961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869961; }
p { color: rgb(134,153,97); }
H1.HeaderClassName
{
color: #869961;
}
.AnyTagClassName
{
color: #869961;
}
</style>
background-color css
<style>
a { background-color: #869961; }
a { background-color: rgb(134,153,97); }
div.DivClassName
{
background-color: #869961;
}
.BgClassName
{
background-color: #869961;
}
</style>
border-color css
<style>
span { border-color: #869961; }
span { border-color: rgb(134,153,97); }
td.TdClassName
{
border-color: #869961;
}
.TagClassName
{
border-color: #869961;
}
</style>