Html Css Color HEX #51776A Dark Green Copper

📋 copy color: '#51776A'

red 81 ◦ green 119 ◦ blue 106

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

Shades of Dark Green Copper #51776A

Tints of Dark Green Copper #51776A

RGB

 RED value IS 81 (32.03% from 255) = 26.47%

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 26.47%
G = 38.89%
B = 34.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#51776A (or 0x51776A) is known color: Dark Green Copper. HEX triplet: 51, 77 and 6A. RGB value is (81,119,106). Sum of RGB (Red+Green+Blue) = 81+119+106=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #51776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51776A is #AE8895. Grayscale: #6A6A6A. Windows color (decimal): -11438230 or 6977361. OLE color: 6977361.

HSL color Cylindrical-coordinate representation of color #51776A: hue angle of 159.47º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51776A is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 119 106 -
CMYK 0.32 0 0.11 0.53
HSL 159.47º 0.19% 0.39% -
HSV(B) 159.47º 0.32% 0.47% -
XYZ 12.59 15.98 16.06 -
YUV 106.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 81 119 106 0.32 0 0.11 0.53 159.47 0.19 0.39
Hex 51 77 6A 20 0 B 35 9F 13 27
Octal 121 167 152 40 0 13 65 237 23 47
Binary 1010001 1110111 1101010 100000 0 1011 110101 10011111 10011 100111

Color Harmonies of #51776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51776A

Black with #51776A

Text Example


Text Example

White with #51776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51776A; }

 p { color: rgb(81,119,106); }

 H1.HeaderClassName
 {
   color: #51776A;
 }
 .AnyTagClassName
 {
   color: #51776A;
 }
</style>

background-color css

<style>
 a { background-color: #51776A; }

 a { background-color: rgb(81,119,106); }

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

border-color css

<style>
 span { border-color: #51776A; }

 span { border-color: rgb(81,119,106); }

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