Html Css Color HEX #42977B Gossamer

📋 copy color: '#42977B'

red 66 ◦ green 151 ◦ blue 123

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

Shades of Gossamer #42977B

Tints of Gossamer #42977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 19.41%
G = 44.41%
B = 36.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#42977B (or 0x42977B) is known color: Gossamer. HEX triplet: 42, 97 and 7B. RGB value is (66,151,123). Sum of RGB (Red+Green+Blue) = 66+151+123=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #42977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42977B is #BD6884. Grayscale: #7A7A7A. Windows color (decimal): -12413061 or 8099650. OLE color: 8099650.

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

Color convert

RGB 66 151 123 -
CMYK 0.56 0 0.19 0.41
HSL 160.24º 0.39% 0.43% -
HSV(B) 160.24º 0.56% 0.59% -
XYZ 16.89 24.72 22.62 -
YUV 122.39 128.34 87.78 -
System Red Green Blue C M Y K H S L
Decimal 66 151 123 0.56 0 0.19 0.41 160.24 0.39 0.43
Hex 42 97 7B 38 0 13 29 A0 27 2B
Octal 102 227 173 70 0 23 51 240 47 53
Binary 1000010 10010111 1111011 111000 0 10011 101001 10100000 100111 101011

Color Harmonies of #42977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42977B

Black with #42977B

Text Example


Text Example

White with #42977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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