Shades of Chelsea Cucumber #8B9D68
Tints of Chelsea Cucumber #8B9D68
RGB
CMYK
RGB Variations
Color information
#8B9D68 (or 0x8B9D68) is known color: Chelsea Cucumber. HEX triplet: 8B, 9D and 68. RGB value is (139,157,104). Sum of RGB (Red+Green+Blue) = 139+157+104=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9D68 is #746297. Grayscale: #919191. Windows color (decimal): -7627416 or 6856075. OLE color: 6856075.
HSL color Cylindrical-coordinate representation of color #8B9D68: hue angle of 80.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B9D68 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 157 | 104 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.38 |
| HSL | 80.38º | 0.21% | 0.51% | - |
| HSV(B) | 80.38º | 0.34% | 0.62% | - |
| XYZ | 25.2 | 30.6 | 17.68 | - |
| YUV | 145.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 104 | 0.11 | 0 | 0.34 | 0.38 | 80.38 | 0.21 | 0.51 |
| Hex | 8B | 9D | 68 | B | 0 | 22 | 26 | 50 | 15 | 33 |
| Octal | 213 | 235 | 150 | 13 | 0 | 42 | 46 | 120 | 25 | 63 |
| Binary | 10001011 | 10011101 | 1101000 | 1011 | 0 | 100010 | 100110 | 1010000 | 10101 | 110011 |
Color Harmonies of #8B9D68
Complementary color
Monochromatic Colors of #8B9D68
Black with #8B9D68
Text Example
Text Example
White with #8B9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9D68; }
p { color: rgb(139,157,104); }
H1.HeaderClassName
{
color: #8B9D68;
}
.AnyTagClassName
{
color: #8B9D68;
}
</style>
background-color css
<style>
a { background-color: #8B9D68; }
a { background-color: rgb(139,157,104); }
div.DivClassName
{
background-color: #8B9D68;
}
.BgClassName
{
background-color: #8B9D68;
}
</style>
border-color css
<style>
span { border-color: #8B9D68; }
span { border-color: rgb(139,157,104); }
td.TdClassName
{
border-color: #8B9D68;
}
.TagClassName
{
border-color: #8B9D68;
}
</style>