Html Css Color HEX #46776F Dark Green Copper

📋 copy color: '#46776F'

red 70 ◦ green 119 ◦ blue 111

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

Shades of Dark Green Copper #46776F

Tints of Dark Green Copper #46776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

 BLUE value IS 111 (43.75% from 255) = 37%

R = 23.33%
G = 39.67%
B = 37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#46776F (or 0x46776F) is known color: Dark Green Copper. HEX triplet: 46, 77 and 6F. RGB value is (70,119,111). Sum of RGB (Red+Green+Blue) = 70+119+111=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #46776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46776F is #B98890. Grayscale: #676767. Windows color (decimal): -12159121 or 7305030. OLE color: 7305030.

HSL color Cylindrical-coordinate representation of color #46776F: hue angle of 170.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46776F is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 111 -
CMYK 0.41 0 0.07 0.53
HSL 170.2º 0.26% 0.37% -
HSV(B) 170.2º 0.41% 0.47% -
XYZ 11.99 15.64 17.43 -
YUV 103.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 70 119 111 0.41 0 0.07 0.53 170.2 0.26 0.37
Hex 46 77 6F 29 0 7 35 AA 1A 25
Octal 106 167 157 51 0 7 65 252 32 45
Binary 1000110 1110111 1101111 101001 0 111 110101 10101010 11010 100101

Color Harmonies of #46776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46776F

Black with #46776F

Text Example


Text Example

White with #46776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46776F; }

 p { color: rgb(70,119,111); }

 H1.HeaderClassName
 {
   color: #46776F;
 }
 .AnyTagClassName
 {
   color: #46776F;
 }
</style>

background-color css

<style>
 a { background-color: #46776F; }

 a { background-color: rgb(70,119,111); }

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

border-color css

<style>
 span { border-color: #46776F; }

 span { border-color: rgb(70,119,111); }

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