Html Css Color HEX #42766F Dark Green Copper

📋 copy color: '#42766F'

red 66 ◦ green 118 ◦ blue 111

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

Shades of Dark Green Copper #42766F

Tints of Dark Green Copper #42766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 22.37%
G = 40%
B = 37.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#42766F (or 0x42766F) is known color: Dark Green Copper. HEX triplet: 42, 76 and 6F. RGB value is (66,118,111). Sum of RGB (Red+Green+Blue) = 66+118+111=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #42766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42766F is #BD8990. Grayscale: #656565. Windows color (decimal): -12421521 or 7304770. OLE color: 7304770.

HSL color Cylindrical-coordinate representation of color #42766F: hue angle of 171.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42766F is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 111 -
CMYK 0.44 0 0.06 0.54
HSL 171.92º 0.28% 0.36% -
HSV(B) 171.92º 0.44% 0.46% -
XYZ 11.59 15.26 17.37 -
YUV 101.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 66 118 111 0.44 0 0.06 0.54 171.92 0.28 0.36
Hex 42 76 6F 2C 0 6 36 AC 1C 24
Octal 102 166 157 54 0 6 66 254 34 44
Binary 1000010 1110110 1101111 101100 0 110 110110 10101100 11100 100100

Color Harmonies of #42766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42766F

Black with #42766F

Text Example


Text Example

White with #42766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42766F; }

 p { color: rgb(66,118,111); }

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

background-color css

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

 a { background-color: rgb(66,118,111); }

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

border-color css

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

 span { border-color: rgb(66,118,111); }

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