Shades of Gossamer #45997B
Tints of Gossamer #45997B
RGB
CMYK
RGB Variations
Color information
#45997B (or 0x45997B) is known color: Gossamer. HEX triplet: 45, 99 and 7B. RGB value is (69,153,123). Sum of RGB (Red+Green+Blue) = 69+153+123=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #45997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45997B is #BA6684. Grayscale: #7C7C7C. Windows color (decimal): -12215941 or 8100165. OLE color: 8100165.
HSL color Cylindrical-coordinate representation of color #45997B: hue angle of 158.57º 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 #45997B is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 123 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.4 |
| HSL | 158.57º | 0.38% | 0.44% | - |
| HSV(B) | 158.57º | 0.55% | 0.6% | - |
| XYZ | 17.42 | 25.48 | 22.74 | - |
| YUV | 124.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 123 | 0.55 | 0 | 0.20 | 0.4 | 158.57 | 0.38 | 0.44 |
| Hex | 45 | 99 | 7B | 37 | 0 | 14 | 28 | 9F | 26 | 2C |
| Octal | 105 | 231 | 173 | 67 | 0 | 24 | 50 | 237 | 46 | 54 |
| Binary | 1000101 | 10011001 | 1111011 | 110111 | 0 | 10100 | 101000 | 10011111 | 100110 | 101100 |
Color Harmonies of #45997B
Complementary color
Monochromatic Colors of #45997B
Black with #45997B
Text Example
Text Example
White with #45997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45997B; }
p { color: rgb(69,153,123); }
H1.HeaderClassName
{
color: #45997B;
}
.AnyTagClassName
{
color: #45997B;
}
</style>
background-color css
<style>
a { background-color: #45997B; }
a { background-color: rgb(69,153,123); }
div.DivClassName
{
background-color: #45997B;
}
.BgClassName
{
background-color: #45997B;
}
</style>
border-color css
<style>
span { border-color: #45997B; }
span { border-color: rgb(69,153,123); }
td.TdClassName
{
border-color: #45997B;
}
.TagClassName
{
border-color: #45997B;
}
</style>