Html Css Color HEX #429678 Gossamer

📋 copy color: '#429678'

red 66 ◦ green 150 ◦ blue 120

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

Shades of Gossamer #429678

Tints of Gossamer #429678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.64%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 19.64%
G = 44.64%
B = 35.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#429678 (or 0x429678) is known color: Gossamer. HEX triplet: 42, 96 and 78. RGB value is (66,150,120). Sum of RGB (Red+Green+Blue) = 66+150+120=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #429678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429678 is #BD6987. Grayscale: #797979. Windows color (decimal): -12413320 or 7902786. OLE color: 7902786.

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

Color convert

RGB 66 150 120 -
CMYK 0.56 0 0.20 0.41
HSL 158.57º 0.39% 0.42% -
HSV(B) 158.57º 0.56% 0.59% -
XYZ 16.54 24.33 21.59 -
YUV 121.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 66 150 120 0.56 0 0.20 0.41 158.57 0.39 0.42
Hex 42 96 78 38 0 14 29 9F 27 2A
Octal 102 226 170 70 0 24 51 237 47 52
Binary 1000010 10010110 1111000 111000 0 10100 101001 10011111 100111 101010

Color Harmonies of #429678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429678

Black with #429678

Text Example


Text Example

White with #429678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429678; }

 p { color: rgb(66,150,120); }

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

background-color css

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

 a { background-color: rgb(66,150,120); }

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

border-color css

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

 span { border-color: rgb(66,150,120); }

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