Shades of Gossamer #45B78B
Tints of Gossamer #45B78B
RGB
CMYK
RGB Variations
Color information
#45B78B (or 0x45B78B) is known color: Gossamer. HEX triplet: 45, B7 and 8B. RGB value is (69,183,139). Sum of RGB (Red+Green+Blue) = 69+183+139=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #45B78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B78B is #BA4874. Grayscale: #8F8F8F. Windows color (decimal): -12208245 or 9156421. OLE color: 9156421.
HSL color Cylindrical-coordinate representation of color #45B78B: hue angle of 156.84º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B78B is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 183 | 139 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.28 |
| HSL | 156.84º | 0.45% | 0.49% | - |
| HSV(B) | 156.84º | 0.62% | 0.72% | - |
| XYZ | 24.05 | 37 | 30.3 | - |
| YUV | 143.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 183 | 139 | 0.62 | 0 | 0.24 | 0.28 | 156.84 | 0.45 | 0.49 |
| Hex | 45 | B7 | 8B | 3E | 0 | 18 | 1C | 9D | 2D | 31 |
| Octal | 105 | 267 | 213 | 76 | 0 | 30 | 34 | 235 | 55 | 61 |
| Binary | 1000101 | 10110111 | 10001011 | 111110 | 0 | 11000 | 11100 | 10011101 | 101101 | 110001 |
Color Harmonies of #45B78B
Complementary color
Monochromatic Colors of #45B78B
Black with #45B78B
Text Example
Text Example
White with #45B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B78B; }
p { color: rgb(69,183,139); }
H1.HeaderClassName
{
color: #45B78B;
}
.AnyTagClassName
{
color: #45B78B;
}
</style>
background-color css
<style>
a { background-color: #45B78B; }
a { background-color: rgb(69,183,139); }
div.DivClassName
{
background-color: #45B78B;
}
.BgClassName
{
background-color: #45B78B;
}
</style>
border-color css
<style>
span { border-color: #45B78B; }
span { border-color: rgb(69,183,139); }
td.TdClassName
{
border-color: #45B78B;
}
.TagClassName
{
border-color: #45B78B;
}
</style>