Html Css Color HEX #46766B Dark Green Copper

📋 copy color: '#46766B'

red 70 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #46766B

Tints of Dark Green Copper #46766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 23.73%
G = 40%
B = 36.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#46766B (or 0x46766B) is known color: Dark Green Copper. HEX triplet: 46, 76 and 6B. RGB value is (70,118,107). Sum of RGB (Red+Green+Blue) = 70+118+107=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #46766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46766B is #B98994. Grayscale: #666666. Windows color (decimal): -12159381 or 7042630. OLE color: 7042630.

HSL color Cylindrical-coordinate representation of color #46766B: hue angle of 166.25º 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 #46766B is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 107 -
CMYK 0.41 0 0.09 0.54
HSL 166.25º 0.26% 0.37% -
HSV(B) 166.25º 0.41% 0.46% -
XYZ 11.66 15.32 16.25 -
YUV 102.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 70 118 107 0.41 0 0.09 0.54 166.25 0.26 0.37
Hex 46 76 6B 29 0 9 36 A6 1A 25
Octal 106 166 153 51 0 11 66 246 32 45
Binary 1000110 1110110 1101011 101001 0 1001 110110 10100110 11010 100101

Color Harmonies of #46766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46766B

Black with #46766B

Text Example


Text Example

White with #46766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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