Html Css Color HEX #469979 Gossamer

📋 copy color: '#469979'

red 70 ◦ green 153 ◦ blue 121

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

Shades of Gossamer #469979

Tints of Gossamer #469979

RGB

 RED value IS 70 (27.73% from 255) = 20.35%

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

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 20.35%
G = 44.48%
B = 35.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#469979 (or 0x469979) is known color: Gossamer. HEX triplet: 46, 99 and 79. RGB value is (70,153,121). Sum of RGB (Red+Green+Blue) = 70+153+121=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #469979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469979 is #B96686. Grayscale: #7C7C7C. Windows color (decimal): -12150407 or 7969094. OLE color: 7969094.

HSL color Cylindrical-coordinate representation of color #469979: hue angle of 156.87º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469979 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 121 -
CMYK 0.54 0 0.21 0.4
HSL 156.87º 0.37% 0.44% -
HSV(B) 156.87º 0.54% 0.6% -
XYZ 17.37 25.47 22.09 -
YUV 124.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 70 153 121 0.54 0 0.21 0.4 156.87 0.37 0.44
Hex 46 99 79 36 0 15 28 9D 25 2C
Octal 106 231 171 66 0 25 50 235 45 54
Binary 1000110 10011001 1111001 110110 0 10101 101000 10011101 100101 101100

Color Harmonies of #469979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469979

Black with #469979

Text Example


Text Example

White with #469979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469979; }

 p { color: rgb(70,153,121); }

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

background-color css

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

 a { background-color: rgb(70,153,121); }

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

border-color css

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

 span { border-color: rgb(70,153,121); }

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