Html Css Color HEX #42977A Gossamer

📋 copy color: '#42977A'

red 66 ◦ green 151 ◦ blue 122

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

Shades of Gossamer #42977A

Tints of Gossamer #42977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 19.47%
G = 44.54%
B = 35.99%

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

#42977A (or 0x42977A) is known color: Gossamer. HEX triplet: 42, 97 and 7A. RGB value is (66,151,122). Sum of RGB (Red+Green+Blue) = 66+151+122=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #42977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42977A is #BD6885. Grayscale: #7A7A7A. Windows color (decimal): -12413062 or 8034114. OLE color: 8034114.

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

Color convert

RGB 66 151 122 -
CMYK 0.56 0 0.19 0.41
HSL 159.53º 0.39% 0.43% -
HSV(B) 159.53º 0.56% 0.59% -
XYZ 16.83 24.7 22.29 -
YUV 122.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 66 151 122 0.56 0 0.19 0.41 159.53 0.39 0.43
Hex 42 97 7A 38 0 13 29 A0 27 2B
Octal 102 227 172 70 0 23 51 240 47 53
Binary 1000010 10010111 1111010 111000 0 10011 101001 10100000 100111 101011

Color Harmonies of #42977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42977A

Black with #42977A

Text Example


Text Example

White with #42977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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