Html Css Color HEX #43706A Dark Green Copper

📋 copy color: '#43706A'

red 67 ◦ green 112 ◦ blue 106

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

Shades of Dark Green Copper #43706A

Tints of Dark Green Copper #43706A

RGB

 RED value IS 67 (26.56% from 255) = 23.51%

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 23.51%
G = 39.3%
B = 37.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#43706A (or 0x43706A) is known color: Dark Green Copper. HEX triplet: 43, 70 and 6A. RGB value is (67,112,106). Sum of RGB (Red+Green+Blue) = 67+112+106=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #43706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706A is #BC8F95. Grayscale: #616161. Windows color (decimal): -12357526 or 6975555. OLE color: 6975555.

HSL color Cylindrical-coordinate representation of color #43706A: hue angle of 172º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43706A is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 112 106 -
CMYK 0.40 0 0.05 0.56
HSL 172º 0.25% 0.35% -
HSV(B) 172º 0.4% 0.44% -
XYZ 10.71 13.82 15.74 -
YUV 97.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 67 112 106 0.40 0 0.05 0.56 172 0.25 0.35
Hex 43 70 6A 28 0 5 38 AC 19 23
Octal 103 160 152 50 0 5 70 254 31 43
Binary 1000011 1110000 1101010 101000 0 101 111000 10101100 11001 100011

Color Harmonies of #43706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43706A

Black with #43706A

Text Example


Text Example

White with #43706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43706A; }

 p { color: rgb(67,112,106); }

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

background-color css

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

 a { background-color: rgb(67,112,106); }

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

border-color css

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

 span { border-color: rgb(67,112,106); }

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