Html Css Color HEX #42776F Dark Green Copper

📋 copy color: '#42776F'

red 66 ◦ green 119 ◦ blue 111

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

Shades of Dark Green Copper #42776F

Tints of Dark Green Copper #42776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 22.3%
G = 40.2%
B = 37.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#42776F (or 0x42776F) is known color: Dark Green Copper. HEX triplet: 42, 77 and 6F. RGB value is (66,119,111). Sum of RGB (Red+Green+Blue) = 66+119+111=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #42776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776F is #BD8890. Grayscale: #666666. Windows color (decimal): -12421265 or 7305026. OLE color: 7305026.

HSL color Cylindrical-coordinate representation of color #42776F: hue angle of 170.94º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42776F is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 111 -
CMYK 0.45 0 0.07 0.53
HSL 170.94º 0.29% 0.36% -
HSV(B) 170.94º 0.45% 0.47% -
XYZ 11.71 15.5 17.41 -
YUV 102.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 66 119 111 0.45 0 0.07 0.53 170.94 0.29 0.36
Hex 42 77 6F 2D 0 7 35 AB 1D 24
Octal 102 167 157 55 0 7 65 253 35 44
Binary 1000010 1110111 1101111 101101 0 111 110101 10101011 11101 100100

Color Harmonies of #42776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42776F

Black with #42776F

Text Example


Text Example

White with #42776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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