Html Css Color HEX #4C6B66 Dark Green Copper

📋 copy color: '#4C6B66'

red 76 ◦ green 107 ◦ blue 102

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

Shades of Dark Green Copper #4C6B66

Tints of Dark Green Copper #4C6B66

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 26.67%
G = 37.54%
B = 35.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#4C6B66 (or 0x4C6B66) is known color: Dark Green Copper. HEX triplet: 4C, 6B and 66. RGB value is (76,107,102). Sum of RGB (Red+Green+Blue) = 76+107+102=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B66 is #B39499. Grayscale: #616161. Windows color (decimal): -11768986 or 6712140. OLE color: 6712140.

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

Color convert

RGB 76 107 102 -
CMYK 0.29 0 0.05 0.58
HSL 170.32º 0.17% 0.36% -
HSV(B) 170.32º 0.29% 0.42% -
XYZ 10.64 13.01 14.52 -
YUV 97.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 76 107 102 0.29 0 0.05 0.58 170.32 0.17 0.36
Hex 4C 6B 66 1D 0 5 3A AA 11 24
Octal 114 153 146 35 0 5 72 252 21 44
Binary 1001100 1101011 1100110 11101 0 101 111010 10101010 10001 100100

Color Harmonies of #4C6B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6B66

Black with #4C6B66

Text Example


Text Example

White with #4C6B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,107,102); }

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

background-color css

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

 a { background-color: rgb(76,107,102); }

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

border-color css

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

 span { border-color: rgb(76,107,102); }

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