Shades of Gossamer #45997E
Tints of Gossamer #45997E
RGB
CMYK
RGB Variations
Color information
#45997E (or 0x45997E) is known color: Gossamer. HEX triplet: 45, 99 and 7E. RGB value is (69,153,126). Sum of RGB (Red+Green+Blue) = 69+153+126=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #45997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45997E is #BA6681. Grayscale: #7C7C7C. Windows color (decimal): -12215938 or 8296773. OLE color: 8296773.
HSL color Cylindrical-coordinate representation of color #45997E: hue angle of 160.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45997E is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 126 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.4 |
| HSL | 160.71º | 0.38% | 0.44% | - |
| HSV(B) | 160.71º | 0.55% | 0.6% | - |
| XYZ | 17.61 | 25.55 | 23.74 | - |
| YUV | 124.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 126 | 0.55 | 0 | 0.18 | 0.4 | 160.71 | 0.38 | 0.44 |
| Hex | 45 | 99 | 7E | 37 | 0 | 12 | 28 | A1 | 26 | 2C |
| Octal | 105 | 231 | 176 | 67 | 0 | 22 | 50 | 241 | 46 | 54 |
| Binary | 1000101 | 10011001 | 1111110 | 110111 | 0 | 10010 | 101000 | 10100001 | 100110 | 101100 |
Color Harmonies of #45997E
Complementary color
Monochromatic Colors of #45997E
Black with #45997E
Text Example
Text Example
White with #45997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45997E; }
p { color: rgb(69,153,126); }
H1.HeaderClassName
{
color: #45997E;
}
.AnyTagClassName
{
color: #45997E;
}
</style>
background-color css
<style>
a { background-color: #45997E; }
a { background-color: rgb(69,153,126); }
div.DivClassName
{
background-color: #45997E;
}
.BgClassName
{
background-color: #45997E;
}
</style>
border-color css
<style>
span { border-color: #45997E; }
span { border-color: rgb(69,153,126); }
td.TdClassName
{
border-color: #45997E;
}
.TagClassName
{
border-color: #45997E;
}
</style>