Shades of Gossamer #459D7F
Tints of Gossamer #459D7F
RGB
CMYK
RGB Variations
Color information
#459D7F (or 0x459D7F) is known color: Gossamer. HEX triplet: 45, 9D and 7F. RGB value is (69,157,127). Sum of RGB (Red+Green+Blue) = 69+157+127=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #459D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D7F is #BA6280. Grayscale: #7F7F7F. Windows color (decimal): -12214913 or 8363333. OLE color: 8363333.
HSL color Cylindrical-coordinate representation of color #459D7F: hue angle of 159.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D7F is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 127 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.38 |
| HSL | 159.55º | 0.39% | 0.44% | - |
| HSV(B) | 159.55º | 0.56% | 0.62% | - |
| XYZ | 18.34 | 26.91 | 24.31 | - |
| YUV | 127.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 127 | 0.56 | 0 | 0.19 | 0.38 | 159.55 | 0.39 | 0.44 |
| Hex | 45 | 9D | 7F | 38 | 0 | 13 | 26 | A0 | 27 | 2C |
| Octal | 105 | 235 | 177 | 70 | 0 | 23 | 46 | 240 | 47 | 54 |
| Binary | 1000101 | 10011101 | 1111111 | 111000 | 0 | 10011 | 100110 | 10100000 | 100111 | 101100 |
Color Harmonies of #459D7F
Complementary color
Monochromatic Colors of #459D7F
Black with #459D7F
Text Example
Text Example
White with #459D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D7F; }
p { color: rgb(69,157,127); }
H1.HeaderClassName
{
color: #459D7F;
}
.AnyTagClassName
{
color: #459D7F;
}
</style>
background-color css
<style>
a { background-color: #459D7F; }
a { background-color: rgb(69,157,127); }
div.DivClassName
{
background-color: #459D7F;
}
.BgClassName
{
background-color: #459D7F;
}
</style>
border-color css
<style>
span { border-color: #459D7F; }
span { border-color: rgb(69,157,127); }
td.TdClassName
{
border-color: #459D7F;
}
.TagClassName
{
border-color: #459D7F;
}
</style>