Html Css Color HEX #42977E Gossamer

📋 copy color: '#42977E'

red 66 ◦ green 151 ◦ blue 126

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

Shades of Gossamer #42977E

Tints of Gossamer #42977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 19.24%
G = 44.02%
B = 36.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#42977E (or 0x42977E) is known color: Gossamer. HEX triplet: 42, 97 and 7E. RGB value is (66,151,126). Sum of RGB (Red+Green+Blue) = 66+151+126=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #42977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42977E is #BD6881. Grayscale: #7A7A7A. Windows color (decimal): -12413058 or 8296258. OLE color: 8296258.

HSL color Cylindrical-coordinate representation of color #42977E: hue angle of 162.35º 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 #42977E is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 126 -
CMYK 0.56 0 0.17 0.41
HSL 162.35º 0.39% 0.43% -
HSV(B) 162.35º 0.56% 0.59% -
XYZ 17.08 24.8 23.62 -
YUV 122.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 66 151 126 0.56 0 0.17 0.41 162.35 0.39 0.43
Hex 42 97 7E 38 0 11 29 A2 27 2B
Octal 102 227 176 70 0 21 51 242 47 53
Binary 1000010 10010111 1111110 111000 0 10001 101001 10100010 100111 101011

Color Harmonies of #42977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42977E

Black with #42977E

Text Example


Text Example

White with #42977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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