Html Css Color HEX #51776C Dark Green Copper

📋 copy color: '#51776C'

red 81 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #51776C

Tints of Dark Green Copper #51776C

RGB

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

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

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

R = 26.3%
G = 38.64%
B = 35.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#51776C (or 0x51776C) is known color: Dark Green Copper. HEX triplet: 51, 77 and 6C. RGB value is (81,119,108). Sum of RGB (Red+Green+Blue) = 81+119+108=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #51776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51776C is #AE8893. Grayscale: #6A6A6A. Windows color (decimal): -11438228 or 7108433. OLE color: 7108433.

HSL color Cylindrical-coordinate representation of color #51776C: hue angle of 162.63º 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 #51776C is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 119 108 -
CMYK 0.32 0 0.09 0.53
HSL 162.63º 0.19% 0.39% -
HSV(B) 162.63º 0.32% 0.47% -
XYZ 12.7 16.03 16.61 -
YUV 106.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 81 119 108 0.32 0 0.09 0.53 162.63 0.19 0.39
Hex 51 77 6C 20 0 9 35 A3 13 27
Octal 121 167 154 40 0 11 65 243 23 47
Binary 1010001 1110111 1101100 100000 0 1001 110101 10100011 10011 100111

Color Harmonies of #51776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51776C

Black with #51776C

Text Example


Text Example

White with #51776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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