Html Css Color HEX #51766A Dark Green Copper

📋 copy color: '#51766A'

red 81 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #51766A

Tints of Dark Green Copper #51766A

RGB

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

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

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

R = 26.56%
G = 38.69%
B = 34.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#51766A (or 0x51766A) is known color: Dark Green Copper. HEX triplet: 51, 76 and 6A. RGB value is (81,118,106). Sum of RGB (Red+Green+Blue) = 81+118+106=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #51766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51766A is #AE8995. Grayscale: #696969. Windows color (decimal): -11438486 or 6977105. OLE color: 6977105.

HSL color Cylindrical-coordinate representation of color #51766A: hue angle of 160.54º 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 #51766A is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 118 106 -
CMYK 0.31 0 0.10 0.54
HSL 160.54º 0.19% 0.39% -
HSV(B) 160.54º 0.31% 0.46% -
XYZ 12.47 15.75 16.02 -
YUV 105.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 81 118 106 0.31 0 0.10 0.54 160.54 0.19 0.39
Hex 51 76 6A 1F 0 A 36 A1 13 27
Octal 121 166 152 37 0 12 66 241 23 47
Binary 1010001 1110110 1101010 11111 0 1010 110110 10100001 10011 100111

Color Harmonies of #51766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51766A

Black with #51766A

Text Example


Text Example

White with #51766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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