Html Css Color HEX #54756B Dark Green Copper

📋 copy color: '#54756B'

red 84 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #54756B

Tints of Dark Green Copper #54756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

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

R = 27.27%
G = 37.99%
B = 34.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#54756B (or 0x54756B) is known color: Dark Green Copper. HEX triplet: 54, 75 and 6B. RGB value is (84,117,107). Sum of RGB (Red+Green+Blue) = 84+117+107=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #54756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54756B is #AB8A94. Grayscale: #6A6A6A. Windows color (decimal): -11242133 or 7042388. OLE color: 7042388.

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

Color convert

RGB 84 117 107 -
CMYK 0.28 0 0.09 0.54
HSL 161.82º 0.16% 0.39% -
HSV(B) 161.82º 0.28% 0.46% -
XYZ 12.67 15.67 16.27 -
YUV 105.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 84 117 107 0.28 0 0.09 0.54 161.82 0.16 0.39
Hex 54 75 6B 1C 0 9 36 A2 10 27
Octal 124 165 153 34 0 11 66 242 20 47
Binary 1010100 1110101 1101011 11100 0 1001 110110 10100010 10000 100111

Color Harmonies of #54756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54756B

Black with #54756B

Text Example


Text Example

White with #54756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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