Shades of Gossamer #309F76
Tints of Gossamer #309F76
RGB
CMYK
RGB Variations
Color information
#309F76 (or 0x309F76) is known color: Gossamer. HEX triplet: 30, 9F and 76. RGB value is (48,159,118). Sum of RGB (Red+Green+Blue) = 48+159+118=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #309F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F76 is #CF6089. Grayscale: #797979. Windows color (decimal): -13590666 or 7774000. OLE color: 7774000.
HSL color Cylindrical-coordinate representation of color #309F76: hue angle of 157.84º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F76 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 159 | 118 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.38 |
| HSL | 157.84º | 0.54% | 0.41% | - |
| HSV(B) | 157.84º | 0.7% | 0.62% | - |
| XYZ | 16.89 | 26.73 | 21.41 | - |
| YUV | 121.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 118 | 0.70 | 0 | 0.26 | 0.38 | 157.84 | 0.54 | 0.41 |
| Hex | 30 | 9F | 76 | 46 | 0 | 1A | 26 | 9E | 36 | 29 |
| Octal | 60 | 237 | 166 | 106 | 0 | 32 | 46 | 236 | 66 | 51 |
| Binary | 110000 | 10011111 | 1110110 | 1000110 | 0 | 11010 | 100110 | 10011110 | 110110 | 101001 |
Color Harmonies of #309F76
Complementary color
Monochromatic Colors of #309F76
Black with #309F76
Text Example
Text Example
White with #309F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309F76; }
p { color: rgb(48,159,118); }
H1.HeaderClassName
{
color: #309F76;
}
.AnyTagClassName
{
color: #309F76;
}
</style>
background-color css
<style>
a { background-color: #309F76; }
a { background-color: rgb(48,159,118); }
div.DivClassName
{
background-color: #309F76;
}
.BgClassName
{
background-color: #309F76;
}
</style>
border-color css
<style>
span { border-color: #309F76; }
span { border-color: rgb(48,159,118); }
td.TdClassName
{
border-color: #309F76;
}
.TagClassName
{
border-color: #309F76;
}
</style>