Html Css Color HEX #47766A Dark Green Copper

📋 copy color: '#47766A'

red 71 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #47766A

Tints of Dark Green Copper #47766A

RGB

 RED value IS 71 (28.13% from 255) = 24.07%

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 24.07%
G = 40%
B = 35.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#47766A (or 0x47766A) is known color: Dark Green Copper. HEX triplet: 47, 76 and 6A. RGB value is (71,118,106). Sum of RGB (Red+Green+Blue) = 71+118+106=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #47766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47766A is #B88995. Grayscale: #666666. Windows color (decimal): -12093846 or 6977095. OLE color: 6977095.

HSL color Cylindrical-coordinate representation of color #47766A: hue angle of 164.68º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47766A is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 106 -
CMYK 0.40 0 0.10 0.54
HSL 164.68º 0.25% 0.37% -
HSV(B) 164.68º 0.4% 0.46% -
XYZ 11.68 15.34 15.98 -
YUV 102.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 71 118 106 0.40 0 0.10 0.54 164.68 0.25 0.37
Hex 47 76 6A 28 0 A 36 A5 19 25
Octal 107 166 152 50 0 12 66 245 31 45
Binary 1000111 1110110 1101010 101000 0 1010 110110 10100101 11001 100101

Color Harmonies of #47766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47766A

Black with #47766A

Text Example


Text Example

White with #47766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,118,106); }

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

background-color css

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

 a { background-color: rgb(71,118,106); }

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

border-color css

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

 span { border-color: rgb(71,118,106); }

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