Html Css Color HEX #42706B Dark Green Copper

📋 copy color: '#42706B'

red 66 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #42706B

Tints of Dark Green Copper #42706B

RGB

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

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

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

R = 23.16%
G = 39.3%
B = 37.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#42706B (or 0x42706B) is known color: Dark Green Copper. HEX triplet: 42, 70 and 6B. RGB value is (66,112,107). Sum of RGB (Red+Green+Blue) = 66+112+107=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #42706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42706B is #BD8F94. Grayscale: #616161. Windows color (decimal): -12423061 or 7041090. OLE color: 7041090.

HSL color Cylindrical-coordinate representation of color #42706B: hue angle of 173.48º 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 #42706B is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 107 -
CMYK 0.41 0 0.04 0.56
HSL 173.48º 0.26% 0.35% -
HSV(B) 173.48º 0.41% 0.44% -
XYZ 10.69 13.81 16.01 -
YUV 97.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 66 112 107 0.41 0 0.04 0.56 173.48 0.26 0.35
Hex 42 70 6B 29 0 4 38 AD 1A 23
Octal 102 160 153 51 0 4 70 255 32 43
Binary 1000010 1110000 1101011 101001 0 100 111000 10101101 11010 100011

Color Harmonies of #42706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42706B

Black with #42706B

Text Example


Text Example

White with #42706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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