Html Css Color HEX #547067 Dark Green Copper

📋 copy color: '#547067'

red 84 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #547067

Tints of Dark Green Copper #547067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 28.09%
G = 37.46%
B = 34.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#547067 (or 0x547067) is known color: Dark Green Copper. HEX triplet: 54, 70 and 67. RGB value is (84,112,103). Sum of RGB (Red+Green+Blue) = 84+112+103=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #547067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547067 is #AB8F98. Grayscale: #666666. Windows color (decimal): -11243417 or 6778964. OLE color: 6778964.

HSL color Cylindrical-coordinate representation of color #547067: hue angle of 160.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #547067 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 112 103 -
CMYK 0.25 0 0.08 0.56
HSL 160.71º 0.14% 0.38% -
HSV(B) 160.71º 0.25% 0.44% -
XYZ 11.9 14.45 14.99 -
YUV 102.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 84 112 103 0.25 0 0.08 0.56 160.71 0.14 0.38
Hex 54 70 67 19 0 8 38 A1 E 26
Octal 124 160 147 31 0 10 70 241 16 46
Binary 1010100 1110000 1100111 11001 0 1000 111000 10100001 1110 100110

Color Harmonies of #547067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547067

Black with #547067

Text Example


Text Example

White with #547067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547067; }

 p { color: rgb(84,112,103); }

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

background-color css

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

 a { background-color: rgb(84,112,103); }

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

border-color css

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

 span { border-color: rgb(84,112,103); }

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