Shades of Gossamer #429C7C
Tints of Gossamer #429C7C
RGB
CMYK
RGB Variations
Color information
#429C7C (or 0x429C7C) is known color: Gossamer. HEX triplet: 42, 9C and 7C. RGB value is (66,156,124). Sum of RGB (Red+Green+Blue) = 66+156+124=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #429C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C7C is #BD6383. Grayscale: #7D7D7D. Windows color (decimal): -12411780 or 8166466. OLE color: 8166466.
HSL color Cylindrical-coordinate representation of color #429C7C: hue angle of 158.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C7C is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 124 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.39 |
| HSL | 158.67º | 0.41% | 0.44% | - |
| HSV(B) | 158.67º | 0.58% | 0.61% | - |
| XYZ | 17.77 | 26.39 | 23.23 | - |
| YUV | 125.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 124 | 0.58 | 0 | 0.21 | 0.39 | 158.67 | 0.41 | 0.44 |
| Hex | 42 | 9C | 7C | 3A | 0 | 15 | 27 | 9F | 29 | 2C |
| Octal | 102 | 234 | 174 | 72 | 0 | 25 | 47 | 237 | 51 | 54 |
| Binary | 1000010 | 10011100 | 1111100 | 111010 | 0 | 10101 | 100111 | 10011111 | 101001 | 101100 |
Color Harmonies of #429C7C
Complementary color
Monochromatic Colors of #429C7C
Black with #429C7C
Text Example
Text Example
White with #429C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C7C; }
p { color: rgb(66,156,124); }
H1.HeaderClassName
{
color: #429C7C;
}
.AnyTagClassName
{
color: #429C7C;
}
</style>
background-color css
<style>
a { background-color: #429C7C; }
a { background-color: rgb(66,156,124); }
div.DivClassName
{
background-color: #429C7C;
}
.BgClassName
{
background-color: #429C7C;
}
</style>
border-color css
<style>
span { border-color: #429C7C; }
span { border-color: rgb(66,156,124); }
td.TdClassName
{
border-color: #429C7C;
}
.TagClassName
{
border-color: #429C7C;
}
</style>