Shades of Gossamer #469D7F
Tints of Gossamer #469D7F
RGB
CMYK
RGB Variations
Color information
#469D7F (or 0x469D7F) is known color: Gossamer. HEX triplet: 46, 9D and 7F. RGB value is (70,157,127). Sum of RGB (Red+Green+Blue) = 70+157+127=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #469D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D7F is #B96280. Grayscale: #7F7F7F. Windows color (decimal): -12149377 or 8363334. OLE color: 8363334.
HSL color Cylindrical-coordinate representation of color #469D7F: hue angle of 159.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D7F is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 127 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.38 |
| HSL | 159.31º | 0.38% | 0.45% | - |
| HSV(B) | 159.31º | 0.55% | 0.62% | - |
| XYZ | 18.41 | 26.95 | 24.31 | - |
| YUV | 127.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 127 | 0.55 | 0 | 0.19 | 0.38 | 159.31 | 0.38 | 0.45 |
| Hex | 46 | 9D | 7F | 37 | 0 | 13 | 26 | 9F | 26 | 2D |
| Octal | 106 | 235 | 177 | 67 | 0 | 23 | 46 | 237 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1111111 | 110111 | 0 | 10011 | 100110 | 10011111 | 100110 | 101101 |
Color Harmonies of #469D7F
Complementary color
Monochromatic Colors of #469D7F
Black with #469D7F
Text Example
Text Example
White with #469D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D7F; }
p { color: rgb(70,157,127); }
H1.HeaderClassName
{
color: #469D7F;
}
.AnyTagClassName
{
color: #469D7F;
}
</style>
background-color css
<style>
a { background-color: #469D7F; }
a { background-color: rgb(70,157,127); }
div.DivClassName
{
background-color: #469D7F;
}
.BgClassName
{
background-color: #469D7F;
}
</style>
border-color css
<style>
span { border-color: #469D7F; }
span { border-color: rgb(70,157,127); }
td.TdClassName
{
border-color: #469D7F;
}
.TagClassName
{
border-color: #469D7F;
}
</style>