Shades of Chelsea Cucumber #8AAB68
Tints of Chelsea Cucumber #8AAB68
RGB
CMYK
RGB Variations
Color information
#8AAB68 (or 0x8AAB68) is known color: Chelsea Cucumber. HEX triplet: 8A, AB and 68. RGB value is (138,171,104). Sum of RGB (Red+Green+Blue) = 138+171+104=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB68 is #755497. Grayscale: #999999. Windows color (decimal): -7689368 or 6859658. OLE color: 6859658.
HSL color Cylindrical-coordinate representation of color #8AAB68: hue angle of 89.55º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AAB68 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 104 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.33 |
| HSL | 89.55º | 0.29% | 0.54% | - |
| HSV(B) | 89.55º | 0.39% | 0.67% | - |
| XYZ | 27.54 | 35.53 | 18.5 | - |
| YUV | 153.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 104 | 0.19 | 0 | 0.39 | 0.33 | 89.55 | 0.29 | 0.54 |
| Hex | 8A | AB | 68 | 13 | 0 | 27 | 21 | 5A | 1D | 36 |
| Octal | 212 | 253 | 150 | 23 | 0 | 47 | 41 | 132 | 35 | 66 |
| Binary | 10001010 | 10101011 | 1101000 | 10011 | 0 | 100111 | 100001 | 1011010 | 11101 | 110110 |
Color Harmonies of #8AAB68
Complementary color
Monochromatic Colors of #8AAB68
Black with #8AAB68
Text Example
Text Example
White with #8AAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB68; }
p { color: rgb(138,171,104); }
H1.HeaderClassName
{
color: #8AAB68;
}
.AnyTagClassName
{
color: #8AAB68;
}
</style>
background-color css
<style>
a { background-color: #8AAB68; }
a { background-color: rgb(138,171,104); }
div.DivClassName
{
background-color: #8AAB68;
}
.BgClassName
{
background-color: #8AAB68;
}
</style>
border-color css
<style>
span { border-color: #8AAB68; }
span { border-color: rgb(138,171,104); }
td.TdClassName
{
border-color: #8AAB68;
}
.TagClassName
{
border-color: #8AAB68;
}
</style>