Html Css Color HEX #54766C Dark Green Copper

📋 copy color: '#54766C'

red 84 ◦ green 118 ◦ blue 108

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

Shades of Dark Green Copper #54766C

Tints of Dark Green Copper #54766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 27.1%
G = 38.06%
B = 34.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#54766C (or 0x54766C) is known color: Dark Green Copper. HEX triplet: 54, 76 and 6C. RGB value is (84,118,108). Sum of RGB (Red+Green+Blue) = 84+118+108=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #54766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54766C is #AB8993. Grayscale: #6A6A6A. Windows color (decimal): -11241876 or 7108180. OLE color: 7108180.

HSL color Cylindrical-coordinate representation of color #54766C: hue angle of 162.35º 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 #54766C is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 118 108 -
CMYK 0.29 0 0.08 0.54
HSL 162.35º 0.17% 0.4% -
HSV(B) 162.35º 0.29% 0.46% -
XYZ 12.84 15.92 16.58 -
YUV 106.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 84 118 108 0.29 0 0.08 0.54 162.35 0.17 0.4
Hex 54 76 6C 1D 0 8 36 A2 11 28
Octal 124 166 154 35 0 10 66 242 21 50
Binary 1010100 1110110 1101100 11101 0 1000 110110 10100010 10001 101000

Color Harmonies of #54766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54766C

Black with #54766C

Text Example


Text Example

White with #54766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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