Shades of Gossamer #42987A
Tints of Gossamer #42987A
RGB
CMYK
RGB Variations
Color information
#42987A (or 0x42987A) is known color: Gossamer. HEX triplet: 42, 98 and 7A. RGB value is (66,152,122). Sum of RGB (Red+Green+Blue) = 66+152+122=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #42987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42987A is #BD6785. Grayscale: #7A7A7A. Windows color (decimal): -12412806 or 8034370. OLE color: 8034370.
HSL color Cylindrical-coordinate representation of color #42987A: hue angle of 159.07º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42987A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 122 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.40 |
| HSL | 159.07º | 0.39% | 0.43% | - |
| HSV(B) | 159.07º | 0.57% | 0.6% | - |
| XYZ | 16.99 | 25.02 | 22.35 | - |
| YUV | 122.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 122 | 0.57 | 0 | 0.20 | 0.40 | 159.07 | 0.39 | 0.43 |
| Hex | 42 | 98 | 7A | 39 | 0 | 14 | 28 | 9F | 27 | 2B |
| Octal | 102 | 230 | 172 | 71 | 0 | 24 | 50 | 237 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1111010 | 111001 | 0 | 10100 | 101000 | 10011111 | 100111 | 101011 |
Color Harmonies of #42987A
Complementary color
Monochromatic Colors of #42987A
Black with #42987A
Text Example
Text Example
White with #42987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42987A; }
p { color: rgb(66,152,122); }
H1.HeaderClassName
{
color: #42987A;
}
.AnyTagClassName
{
color: #42987A;
}
</style>
background-color css
<style>
a { background-color: #42987A; }
a { background-color: rgb(66,152,122); }
div.DivClassName
{
background-color: #42987A;
}
.BgClassName
{
background-color: #42987A;
}
</style>
border-color css
<style>
span { border-color: #42987A; }
span { border-color: rgb(66,152,122); }
td.TdClassName
{
border-color: #42987A;
}
.TagClassName
{
border-color: #42987A;
}
</style>