Html Css Color HEX #4C7069 Dark Green Copper

📋 copy color: '#4C7069'

red 76 ◦ green 112 ◦ blue 105

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

Shades of Dark Green Copper #4C7069

Tints of Dark Green Copper #4C7069

RGB

 RED value IS 76 (30.08% from 255) = 25.94%

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 25.94%
G = 38.23%
B = 35.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#4C7069 (or 0x4C7069) is known color: Dark Green Copper. HEX triplet: 4C, 70 and 69. RGB value is (76,112,105). Sum of RGB (Red+Green+Blue) = 76+112+105=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7069 is #B38F96. Grayscale: #646464. Windows color (decimal): -11767703 or 6910028. OLE color: 6910028.

HSL color Cylindrical-coordinate representation of color #4C7069: hue angle of 168.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C7069 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 112 105 -
CMYK 0.32 0 0.06 0.56
HSL 168.33º 0.19% 0.37% -
HSV(B) 168.33º 0.32% 0.44% -
XYZ 11.32 14.14 15.5 -
YUV 100.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 76 112 105 0.32 0 0.06 0.56 168.33 0.19 0.37
Hex 4C 70 69 20 0 6 38 A8 13 25
Octal 114 160 151 40 0 6 70 250 23 45
Binary 1001100 1110000 1101001 100000 0 110 111000 10101000 10011 100101

Color Harmonies of #4C7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7069

Black with #4C7069

Text Example


Text Example

White with #4C7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7069; }

 p { color: rgb(76,112,105); }

 H1.HeaderClassName
 {
   color: #4C7069;
 }
 .AnyTagClassName
 {
   color: #4C7069;
 }
</style>

background-color css

<style>
 a { background-color: #4C7069; }

 a { background-color: rgb(76,112,105); }

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

border-color css

<style>
 span { border-color: #4C7069; }

 span { border-color: rgb(76,112,105); }

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