Html Css Color HEX #42796F Dark Green Copper

📋 copy color: '#42796F'

red 66 ◦ green 121 ◦ blue 111

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

Shades of Dark Green Copper #42796F

Tints of Dark Green Copper #42796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

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

R = 22.15%
G = 40.6%
B = 37.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#42796F (or 0x42796F) is known color: Dark Green Copper. HEX triplet: 42, 79 and 6F. RGB value is (66,121,111). Sum of RGB (Red+Green+Blue) = 66+121+111=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #42796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42796F is #BD8690. Grayscale: #676767. Windows color (decimal): -12420753 or 7305538. OLE color: 7305538.

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

Color convert

RGB 66 121 111 -
CMYK 0.45 0 0.08 0.53
HSL 169.09º 0.29% 0.37% -
HSV(B) 169.09º 0.45% 0.47% -
XYZ 11.95 15.98 17.49 -
YUV 103.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 66 121 111 0.45 0 0.08 0.53 169.09 0.29 0.37
Hex 42 79 6F 2D 0 8 35 A9 1D 25
Octal 102 171 157 55 0 10 65 251 35 45
Binary 1000010 1111001 1101111 101101 0 1000 110101 10101001 11101 100101

Color Harmonies of #42796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42796F

Black with #42796F

Text Example


Text Example

White with #42796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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