Html Css Color HEX #51756B Dark Green Copper

📋 copy color: '#51756B'

red 81 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #51756B

Tints of Dark Green Copper #51756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 26.56%
G = 38.36%
B = 35.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#51756B (or 0x51756B) is known color: Dark Green Copper. HEX triplet: 51, 75 and 6B. RGB value is (81,117,107). Sum of RGB (Red+Green+Blue) = 81+117+107=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #51756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51756B is #AE8A94. Grayscale: #696969. Windows color (decimal): -11438741 or 7042385. OLE color: 7042385.

HSL color Cylindrical-coordinate representation of color #51756B: hue angle of 163.33º degrees, saturation: 0.18, 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 #51756B is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 117 107 -
CMYK 0.31 0 0.09 0.54
HSL 163.33º 0.18% 0.39% -
HSV(B) 163.33º 0.31% 0.46% -
XYZ 12.41 15.53 16.25 -
YUV 105.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 81 117 107 0.31 0 0.09 0.54 163.33 0.18 0.39
Hex 51 75 6B 1F 0 9 36 A3 12 27
Octal 121 165 153 37 0 11 66 243 22 47
Binary 1010001 1110101 1101011 11111 0 1001 110110 10100011 10010 100111

Color Harmonies of #51756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51756B

Black with #51756B

Text Example


Text Example

White with #51756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51756B; }

 p { color: rgb(81,117,107); }

 H1.HeaderClassName
 {
   color: #51756B;
 }
 .AnyTagClassName
 {
   color: #51756B;
 }
</style>

background-color css

<style>
 a { background-color: #51756B; }

 a { background-color: rgb(81,117,107); }

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

border-color css

<style>
 span { border-color: #51756B; }

 span { border-color: rgb(81,117,107); }

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