Html Css Color HEX #51766D Dark Green Copper

📋 copy color: '#51766D'

red 81 ◦ green 118 ◦ blue 109

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

Shades of Dark Green Copper #51766D

Tints of Dark Green Copper #51766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 26.3%
G = 38.31%
B = 35.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#51766D (or 0x51766D) is known color: Dark Green Copper. HEX triplet: 51, 76 and 6D. RGB value is (81,118,109). Sum of RGB (Red+Green+Blue) = 81+118+109=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #51766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51766D is #AE8992. Grayscale: #696969. Windows color (decimal): -11438483 or 7173713. OLE color: 7173713.

HSL color Cylindrical-coordinate representation of color #51766D: hue angle of 165.41º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51766D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 118 109 -
CMYK 0.31 0 0.08 0.54
HSL 165.41º 0.19% 0.39% -
HSV(B) 165.41º 0.31% 0.46% -
XYZ 12.63 15.81 16.85 -
YUV 105.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 81 118 109 0.31 0 0.08 0.54 165.41 0.19 0.39
Hex 51 76 6D 1F 0 8 36 A5 13 27
Octal 121 166 155 37 0 10 66 245 23 47
Binary 1010001 1110110 1101101 11111 0 1000 110110 10100101 10011 100111

Color Harmonies of #51766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51766D

Black with #51766D

Text Example


Text Example

White with #51766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51766D; }

 p { color: rgb(81,118,109); }

 H1.HeaderClassName
 {
   color: #51766D;
 }
 .AnyTagClassName
 {
   color: #51766D;
 }
</style>

background-color css

<style>
 a { background-color: #51766D; }

 a { background-color: rgb(81,118,109); }

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

border-color css

<style>
 span { border-color: #51766D; }

 span { border-color: rgb(81,118,109); }

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