Html Css Color HEX #4C6A65 Dark Green Copper

📋 copy color: '#4C6A65'

red 76 ◦ green 106 ◦ blue 101

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

Shades of Dark Green Copper #4C6A65

Tints of Dark Green Copper #4C6A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.46%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 26.86%
G = 37.46%
B = 35.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#4C6A65 (or 0x4C6A65) is known color: Dark Green Copper. HEX triplet: 4C, 6A and 65. RGB value is (76,106,101). Sum of RGB (Red+Green+Blue) = 76+106+101=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6A65 is #B3959A. Grayscale: #606060. Windows color (decimal): -11769243 or 6646348. OLE color: 6646348.

HSL color Cylindrical-coordinate representation of color #4C6A65: hue angle of 170º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6A65 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 106 101 -
CMYK 0.28 0 0.05 0.58
HSL 170º 0.16% 0.36% -
HSV(B) 170º 0.28% 0.42% -
XYZ 10.48 12.78 14.23 -
YUV 96.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 76 106 101 0.28 0 0.05 0.58 170 0.16 0.36
Hex 4C 6A 65 1C 0 5 3A AA 10 24
Octal 114 152 145 34 0 5 72 252 20 44
Binary 1001100 1101010 1100101 11100 0 101 111010 10101010 10000 100100

Color Harmonies of #4C6A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6A65

Black with #4C6A65

Text Example


Text Example

White with #4C6A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,106,101); }

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

background-color css

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

 a { background-color: rgb(76,106,101); }

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

border-color css

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

 span { border-color: rgb(76,106,101); }

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