Html Css Color HEX #42977F Gossamer

📋 copy color: '#42977F'

red 66 ◦ green 151 ◦ blue 127

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

Shades of Gossamer #42977F

Tints of Gossamer #42977F

RGB

 RED value IS 66 (26.17% from 255) = 19.19%

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 127 (50% from 255) = 36.92%

R = 19.19%
G = 43.9%
B = 36.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#42977F (or 0x42977F) is known color: Gossamer. HEX triplet: 42, 97 and 7F. RGB value is (66,151,127). Sum of RGB (Red+Green+Blue) = 66+151+127=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #42977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42977F is #BD6880. Grayscale: #7A7A7A. Windows color (decimal): -12413057 or 8361794. OLE color: 8361794.

HSL color Cylindrical-coordinate representation of color #42977F: hue angle of 163.06º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42977F is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 127 -
CMYK 0.56 0 0.16 0.41
HSL 163.06º 0.39% 0.43% -
HSV(B) 163.06º 0.56% 0.59% -
XYZ 17.14 24.82 23.97 -
YUV 122.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 66 151 127 0.56 0 0.16 0.41 163.06 0.39 0.43
Hex 42 97 7F 38 0 10 29 A3 27 2B
Octal 102 227 177 70 0 20 51 243 47 53
Binary 1000010 10010111 1111111 111000 0 10000 101001 10100011 100111 101011

Color Harmonies of #42977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42977F

Black with #42977F

Text Example


Text Example

White with #42977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42977F; }

 p { color: rgb(66,151,127); }

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

background-color css

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

 a { background-color: rgb(66,151,127); }

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

border-color css

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

 span { border-color: rgb(66,151,127); }

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