Shades of Gossamer #429A79
Tints of Gossamer #429A79
RGB
CMYK
RGB Variations
Color information
#429A79 (or 0x429A79) is known color: Gossamer. HEX triplet: 42, 9A and 79. RGB value is (66,154,121). Sum of RGB (Red+Green+Blue) = 66+154+121=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #429A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A79 is #BD6586. Grayscale: #7B7B7B. Windows color (decimal): -12412295 or 7969346. OLE color: 7969346.
HSL color Cylindrical-coordinate representation of color #429A79: hue angle of 157.5º degrees, saturation: 0.4, 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 #429A79 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 121 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.40 |
| HSL | 157.5º | 0.4% | 0.43% | - |
| HSV(B) | 157.5º | 0.57% | 0.6% | - |
| XYZ | 17.25 | 25.65 | 22.13 | - |
| YUV | 123.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 121 | 0.57 | 0 | 0.21 | 0.40 | 157.5 | 0.4 | 0.43 |
| Hex | 42 | 9A | 79 | 39 | 0 | 15 | 28 | 9E | 28 | 2B |
| Octal | 102 | 232 | 171 | 71 | 0 | 25 | 50 | 236 | 50 | 53 |
| Binary | 1000010 | 10011010 | 1111001 | 111001 | 0 | 10101 | 101000 | 10011110 | 101000 | 101011 |
Color Harmonies of #429A79
Complementary color
Monochromatic Colors of #429A79
Black with #429A79
Text Example
Text Example
White with #429A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A79; }
p { color: rgb(66,154,121); }
H1.HeaderClassName
{
color: #429A79;
}
.AnyTagClassName
{
color: #429A79;
}
</style>
background-color css
<style>
a { background-color: #429A79; }
a { background-color: rgb(66,154,121); }
div.DivClassName
{
background-color: #429A79;
}
.BgClassName
{
background-color: #429A79;
}
</style>
border-color css
<style>
span { border-color: #429A79; }
span { border-color: rgb(66,154,121); }
td.TdClassName
{
border-color: #429A79;
}
.TagClassName
{
border-color: #429A79;
}
</style>