Html Css Color HEX #469878 Gossamer

📋 copy color: '#469878'

red 70 ◦ green 152 ◦ blue 120

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

Shades of Gossamer #469878

Tints of Gossamer #469878

RGB

 RED value IS 70 (27.73% from 255) = 20.47%

 GREEN value IS 152 (59.77% from 255) = 44.44%

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

R = 20.47%
G = 44.44%
B = 35.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#469878 (or 0x469878) is known color: Gossamer. HEX triplet: 46, 98 and 78. RGB value is (70,152,120). Sum of RGB (Red+Green+Blue) = 70+152+120=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #469878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469878 is #B96787. Grayscale: #7B7B7B. Windows color (decimal): -12150664 or 7903302. OLE color: 7903302.

HSL color Cylindrical-coordinate representation of color #469878: hue angle of 156.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469878 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 120 -
CMYK 0.54 0 0.21 0.40
HSL 156.59º 0.37% 0.44% -
HSV(B) 156.59º 0.54% 0.6% -
XYZ 17.14 25.11 21.71 -
YUV 123.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 70 152 120 0.54 0 0.21 0.40 156.59 0.37 0.44
Hex 46 98 78 36 0 15 28 9D 25 2C
Octal 106 230 170 66 0 25 50 235 45 54
Binary 1000110 10011000 1111000 110110 0 10101 101000 10011101 100101 101100

Color Harmonies of #469878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469878

Black with #469878

Text Example


Text Example

White with #469878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469878; }

 p { color: rgb(70,152,120); }

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

background-color css

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

 a { background-color: rgb(70,152,120); }

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

border-color css

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

 span { border-color: rgb(70,152,120); }

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