Html Css Color HEX #46766C Dark Green Copper

📋 copy color: '#46766C'

red 70 ◦ green 118 ◦ blue 108

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

Shades of Dark Green Copper #46766C

Tints of Dark Green Copper #46766C

RGB

 RED value IS 70 (27.73% from 255) = 23.65%

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 23.65%
G = 39.86%
B = 36.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#46766C (or 0x46766C) is known color: Dark Green Copper. HEX triplet: 46, 76 and 6C. RGB value is (70,118,108). Sum of RGB (Red+Green+Blue) = 70+118+108=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #46766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46766C is #B98993. Grayscale: #666666. Windows color (decimal): -12159380 or 7108166. OLE color: 7108166.

HSL color Cylindrical-coordinate representation of color #46766C: hue angle of 167.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46766C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 108 -
CMYK 0.41 0 0.08 0.54
HSL 167.5º 0.26% 0.37% -
HSV(B) 167.5º 0.41% 0.46% -
XYZ 11.71 15.34 16.53 -
YUV 102.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 70 118 108 0.41 0 0.08 0.54 167.5 0.26 0.37
Hex 46 76 6C 29 0 8 36 A8 1A 25
Octal 106 166 154 51 0 10 66 250 32 45
Binary 1000110 1110110 1101100 101001 0 1000 110110 10101000 11010 100101

Color Harmonies of #46766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46766C

Black with #46766C

Text Example


Text Example

White with #46766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46766C; }

 p { color: rgb(70,118,108); }

 H1.HeaderClassName
 {
   color: #46766C;
 }
 .AnyTagClassName
 {
   color: #46766C;
 }
</style>

background-color css

<style>
 a { background-color: #46766C; }

 a { background-color: rgb(70,118,108); }

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

border-color css

<style>
 span { border-color: #46766C; }

 span { border-color: rgb(70,118,108); }

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