Html Css Color HEX #42706D Dark Green Copper

📋 copy color: '#42706D'

red 66 ◦ green 112 ◦ blue 109

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

Shades of Dark Green Copper #42706D

Tints of Dark Green Copper #42706D

RGB

 RED value IS 66 (26.17% from 255) = 23%

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 23%
G = 39.02%
B = 37.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#42706D (or 0x42706D) is known color: Dark Green Copper. HEX triplet: 42, 70 and 6D. RGB value is (66,112,109). Sum of RGB (Red+Green+Blue) = 66+112+109=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #42706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42706D is #BD8F92. Grayscale: #616161. Windows color (decimal): -12423059 or 7172162. OLE color: 7172162.

HSL color Cylindrical-coordinate representation of color #42706D: hue angle of 176.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42706D is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 109 -
CMYK 0.41 0 0.03 0.56
HSL 176.09º 0.26% 0.35% -
HSV(B) 176.09º 0.41% 0.44% -
XYZ 10.8 13.85 16.57 -
YUV 97.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 66 112 109 0.41 0 0.03 0.56 176.09 0.26 0.35
Hex 42 70 6D 29 0 3 38 B0 1A 23
Octal 102 160 155 51 0 3 70 260 32 43
Binary 1000010 1110000 1101101 101001 0 11 111000 10110000 11010 100011

Color Harmonies of #42706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42706D

Black with #42706D

Text Example


Text Example

White with #42706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42706D; }

 p { color: rgb(66,112,109); }

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

background-color css

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

 a { background-color: rgb(66,112,109); }

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

border-color css

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

 span { border-color: rgb(66,112,109); }

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