Html Css Color HEX #547066 Dark Green Copper

📋 copy color: '#547066'

red 84 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #547066

Tints of Dark Green Copper #547066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 28.19%
G = 37.58%
B = 34.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#547066 (or 0x547066) is known color: Dark Green Copper. HEX triplet: 54, 70 and 66. RGB value is (84,112,102). Sum of RGB (Red+Green+Blue) = 84+112+102=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #547066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547066 is #AB8F99. Grayscale: #666666. Windows color (decimal): -11243418 or 6713428. OLE color: 6713428.

HSL color Cylindrical-coordinate representation of color #547066: hue angle of 158.57º 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 #547066 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 112 102 -
CMYK 0.25 0 0.09 0.56
HSL 158.57º 0.14% 0.38% -
HSV(B) 158.57º 0.25% 0.44% -
XYZ 11.85 14.43 14.73 -
YUV 102.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 84 112 102 0.25 0 0.09 0.56 158.57 0.14 0.38
Hex 54 70 66 19 0 9 38 9F E 26
Octal 124 160 146 31 0 11 70 237 16 46
Binary 1010100 1110000 1100110 11001 0 1001 111000 10011111 1110 100110

Color Harmonies of #547066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547066

Black with #547066

Text Example


Text Example

White with #547066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547066; }

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

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

background-color css

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

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

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

border-color css

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

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

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