Html Css Color HEX #54766B Dark Green Copper

📋 copy color: '#54766B'

red 84 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #54766B

Tints of Dark Green Copper #54766B

RGB

 RED value IS 84 (33.2% from 255) = 27.18%

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 27.18%
G = 38.19%
B = 34.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#54766B (or 0x54766B) is known color: Dark Green Copper. HEX triplet: 54, 76 and 6B. RGB value is (84,118,107). Sum of RGB (Red+Green+Blue) = 84+118+107=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #54766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54766B is #AB8994. Grayscale: #6A6A6A. Windows color (decimal): -11241877 or 7042644. OLE color: 7042644.

HSL color Cylindrical-coordinate representation of color #54766B: hue angle of 160.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54766B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 118 107 -
CMYK 0.29 0 0.09 0.54
HSL 160.59º 0.17% 0.4% -
HSV(B) 160.59º 0.29% 0.46% -
XYZ 12.79 15.9 16.31 -
YUV 106.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 84 118 107 0.29 0 0.09 0.54 160.59 0.17 0.4
Hex 54 76 6B 1D 0 9 36 A1 11 28
Octal 124 166 153 35 0 11 66 241 21 50
Binary 1010100 1110110 1101011 11101 0 1001 110110 10100001 10001 101000

Color Harmonies of #54766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54766B

Black with #54766B

Text Example


Text Example

White with #54766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,118,107); }

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

background-color css

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

 a { background-color: rgb(84,118,107); }

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

border-color css

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

 span { border-color: rgb(84,118,107); }

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