Html Css Color HEX #459978 Gossamer

📋 copy color: '#459978'

red 69 ◦ green 153 ◦ blue 120

#459978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #459978

Tints of Gossamer #459978

RGB

 RED value IS 69 (27.34% from 255) = 20.18%

 GREEN value IS 153 (60.16% from 255) = 44.74%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 20.18%
G = 44.74%
B = 35.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#459978 (or 0x459978) is known color: Gossamer. HEX triplet: 45, 99 and 78. RGB value is (69,153,120). Sum of RGB (Red+Green+Blue) = 69+153+120=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #459978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459978 is #BA6687. Grayscale: #7C7C7C. Windows color (decimal): -12215944 or 7903557. OLE color: 7903557.

HSL color Cylindrical-coordinate representation of color #459978: hue angle of 156.43º 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 #459978 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 120 -
CMYK 0.55 0 0.22 0.4
HSL 156.43º 0.38% 0.44% -
HSV(B) 156.43º 0.55% 0.6% -
XYZ 17.24 25.4 21.76 -
YUV 124.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 69 153 120 0.55 0 0.22 0.4 156.43 0.38 0.44
Hex 45 99 78 37 0 16 28 9C 26 2C
Octal 105 231 170 67 0 26 50 234 46 54
Binary 1000101 10011001 1111000 110111 0 10110 101000 10011100 100110 101100

Color Harmonies of #459978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459978

Black with #459978

Text Example


Text Example

White with #459978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459978; }

 p { color: rgb(69,153,120); }

 H1.HeaderClassName
 {
   color: #459978;
 }
 .AnyTagClassName
 {
   color: #459978;
 }
</style>

background-color css

<style>
 a { background-color: #459978; }

 a { background-color: rgb(69,153,120); }

 div.DivClassName
 {
   background-color: #459978;
 }
 .BgClassName
 {
   background-color: #459978;
 }
</style>

border-color css

<style>
 span { border-color: #459978; }

 span { border-color: rgb(69,153,120); }

 td.TdClassName
 {
   border-color: #459978;
 }
 .TagClassName
 {
   border-color: #459978;
 }
</style>